Get API request log entry detail

GET https://app.speybooks.com/api/v1/api-request-log/{id}

Full detail of a single API request log entry including request headers, request body, and response body. Use for debugging specific failed requests or auditing API usage.

Returns 404 if the entry does not exist or belongs to another organisation.

Path parameters

id integer required
Request log entry ID.

Response

200 Full request log entry including request headers, request body, and response body.
Show response fields
apiKeyId integer
createdAt string date-time
id integer
ipAddress string
keyName string
keyPreview string
method string
path string
requestBody object
Show child attributes
contactId string
issueDate string
requestHeaders object
Show child attributes
authorization string
content-type string
responseBody object
Show child attributes
error object
Show child attributes
code string
message string
success boolean
responseTimeMs integer
statusCode integer
userAgent string

Error codes

404 Request log entry not found or does not belong to this organisation.