Skip to main content

Base URL

All API endpoints use the following base URL:

Authentication

Every request must include a Bearer token in the Authorization header:
See Authentication for details on obtaining and managing API keys.

Request format

  • Request bodies must be JSON with Content-Type: application/json
  • All timestamps use ISO 8601 format (e.g., 2026-04-15T14:30:00.000Z)
  • IDs are UUIDs

Response format

Successful responses return the requested resource as JSON. Error responses use this format:

Status codes

Resources

Crons

Manage recurring scheduled webhooks.

Jobs

Manage one-time delayed webhooks.