GET
/
users
/
v1
/
request_logs
/
{id}
/

Authorizations

api-key
string
headerrequired

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