GET
/
users
/
v1
/
request_logs
/
{id}
{
  "id": "<string>",
  "host": "<string>",
  "path": "<string>",
  "title": "<string>",
  "method": "get",
  "message": "<string>",
  "status_code": 16383,
  "request_body": {},
  "response_body": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this request log.

Response

200 - application/json
id
string
required
title
string
required
method
enum<string>
required
  • get - get
  • put - put
  • post - post
  • patch - patch
  • delete - delete
  • head - head
  • trace - trace
  • options - options
Available options:
get,
put,
post,
patch,
delete,
head,
trace,
options
message
string
required
request_body
object | null
required
response_body
object | null
required
created_at
string
required
updated_at
string
required
host
string | null
Maximum length: 255
path
string | null
Maximum length: 255
status_code
integer | null
Required range: 0 <= x <= 32767