Logging
Log Query
POST
/
v0
/
queries
Authorizations
Authorization
string
requiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
endpoint
string
requiredEndpoint to log query for.
query_body
object
requiredA JSON object containing the body of the request
response_body
object | null
An optional JSON object containing the response to the request
tags
array | null
Tags for later filtering.
timestamp
string | null
A timestamp (if not set, will be the time of sending)