Get a specific webhook
GET /api/domains/{domain}/webhooks/{webhookGuid}
Retrieve details of a specific webhook configuration 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
Example
550e8400-e29b-41d4-a716-446655440000Unique identifier (GUID) of the webhook
Responses
Section titled “ Responses ”Successfully retrieved webhook details
object
Indicates the request was successful
Example
trueWebhook 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
1640995200Unauthorized - 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.