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

integer

Limit the number of logs and/or metrics returned

Default: 20
string

The source of the given logs, either "api" or "webhook"

Default: "api"
string

Either the webhook server URL, or the API endpoint that was logged

Response Body Parameters

string

An ID identifying the log that was generated.

string

The user ID associated with the owner of the account.

string

The domain ID associated with this log statement.

string

The source of this log statement. This will be "api" or "webhook".

string

The originating IP address of this request.

string

The HTTP method used for this request.

string

The API route that was queried.

string

The HTTP status code returned by the endpoint.

string

The timestamp representing when the record was created.

string

A JSON string representing the request body of this API request.

string

A JSON string representing the response body of this API request.

Example request