API logs are your integration statement: each HTTP call with request, response, and status — ideal for debugging 401, 403, and 400.
What are they?
History of all API calls in the workspace: method, endpoint, body (masked), response, and duration.
Like a bank statement: it does not show whether the message reached the customer, but every transaction between your system and Notifique.
Logs vs webhooks
Query via API
Scope: logs:read.
Filters: status, method, startDate, endDate, apiKeyId, page, limit (max 100).
Detail by ID
GET /v1/logs/:id — full body, correlationId, API key name and prefix.
Cross-reference code in responseBody with Error responses.
Next steps