Get webhooks for a domain
GET /api/domains/{domain}/webhooks
Retrieve a list of webhook configurations for the specified domain owned by the authenticated user
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
example.comDomain name that must be owned by the authenticated user
Query Parameters
Section titled “Query Parameters ”Example
deliveredFilter webhooks by event type
Responses
Section titled “ Responses ”Successfully retrieved webhook list for the domain
object
Indicates the request was successful
Example
trueArray of webhook configurations
Webhook configuration for email event notifications
object
Unique identifier for the webhook
Example
550e8400-e29b-41d4-a716-446655440000GUID of the user who owns the webhook
Example
user-guid-123GUID of the domain associated with the webhook
Example
domain-guid-456GUID of the SMTP configuration
Example
smtp-guid-789Event type that triggers the webhook
Example
deliveredURL endpoint where webhook events will be sent
Example
https://example.com/webhookWhether the webhook has been deleted
Unix timestamp when the webhook was created
Example
1640995200Unix timestamp when the webhook was last modified
Example
1640995200Number of webhooks returned
Example
5Unauthorized - Invalid or missing authentication credentials
object
Example
UnauthorizedNot Found - Domain or webhook not found
object
Example
Domain not found or you do not own this domainValidation Error - Invalid input data
object
Example
Validation failed.Field-specific validation errors
object
Too Many Requests - Rate limit exceeded. Retry after the specified time.
object
Example
Too many attempts. Please try again later.Headers
Section titled “Headers ”Seconds until rate limit resets
Maximum requests per minute
Remaining requests in current window
Server Error - Unexpected error occurred
object
Example
An error occurred while processing the request.