List API Logs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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
Limit the number of logs and/or metrics returned
The source of the given logs, either "api" or "webhook"
Either the webhook server URL, or the API endpoint that was logged
Response
200
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.