GET/logs/api
A GET
request to /logs/api
returns a list of REST API logs.
Query params
Given the log ID, will return all records after that ID. See pagination docs
Given the log ID, will return all records before that ID. See pagination docs
Either the webhook server URL, or the API endpoint that was logged
Response Body Parameters
An ID identifying the log that was generated.
The user ID associated with the owner of the account.
The domain ID associated with this log statement.
The source of this log statement. This will be "api"
or "webhook"
.
The originating IP address of this request.
The HTTP method used for this request.
The API route that was queried.
The HTTP status code returned by the endpoint.
The timestamp representing when the record was created.
A JSON string representing the request body of this API request.
A JSON string representing the response body of this API request.