Get logs for specific message in user domain
GET /api/domains/{domain}/log/{message_guid}
Retrieve all logs for a specific message in a 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. The domain must be verified and properly configured for email sending.
Example
550e8400-e29b-41d4-a716-446655440000Message GUID
Responses
Section titled “ Responses ”Success
object
Array of log entries for the specific message in the user’s domain
Email log entry
object
Unique identifier for the log entry
Example
log-id-123GUID of the user who sent the email
Example
user-guid-123GUID of the domain used to send the email
Example
domain-guid-456Type of email event (sent, delivered, bounced, opened, clicked, etc.)
Example
deliveredUnique identifier for the email message
Example
550e8400-e29b-41d4-a716-446655440000Unix timestamp when the event occurred
Example
1640995200Headers
Section titled “Headers ”Maximum requests per minute
Remaining requests in current window
Bad Request - User authentication missing
object
Example
User authentication missingUnauthorized - Invalid or missing authentication
object
Example
UnauthorizedNot Found - Domain or log not found
object
Example
Domain not found or you do not own this domainToo 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
Unknown error