Base URL
All API requests are made to the following base URL:Response format
Every response from the API is JSON. Successful responses wrap the returned resource in adata envelope:
error envelope and are accompanied by an appropriate HTTP status code:
HTTP status codes
Authentication
Authenticated endpoints require a Bearer token passed in theAuthorization header. Anonymous endpoints — such as creating an inbox — work without a token. See the Authentication page for full details on obtaining and using your API token.
Explore the API
Inboxes
Create a new webhook inbox and get an instant ingest URL.
Events
List all captured events for an inbox with full headers and body.
Replay
Forward any captured event to a destination URL and inspect the response.
Authentication
Learn how to obtain and use your API token.
