Email Status
Authorizations
AuthorizationstringRequired
Your ContactedAI API key. Get yours at contacted.io
Use the Authorization header with Bearer scheme:
Authorization: Bearer CONTACTED_API_KEY_1234567890abcdef...
Query parameters
idstring · uuidRequiredExample:
The unique message ID returned from the send endpoint
550e8400-e29b-41d4-a716-446655440000Responses
200
Message status retrieved successfully
application/json
idstringOptionalExample:
Unique message identifier
550e8400-e29b-41d4-a716-446655440000statusstring · enumOptionalExample:
Current message status
sentPossible values: messagestringOptionalExample:
Human-readable status message
Message delivered successfullycreated_atstring · date-timeOptionalExample:
Message creation timestamp
2024-01-15T10:30:00Zupdated_atstring · date-timeOptionalExample:
Last status update timestamp
2024-01-15T10:32:15Zsent_atstring · date-timeOptionalExample:
Message delivery timestamp (only present when status is 'sent')
2024-01-15T10:32:15Zerror_reasonstringOptionalExample:
Error description (only present when status is 'failed')
Invalid recipient email address401
Unauthorized
application/json
404
Message not found
application/json
get
/messageLast updated