Skip to main content

Errors

Alerta errors help operators distinguish authentication, validation, provider, and delivery problems.

Common Status Codes

StatusMeaningWhat to check
400Validation failedRequired fields and JSON shape
401Authentication failedx-api-key and x-api-secret
403Access deniedOrganization access and credential scope
404Destination not foundchannel, channelRef, or provider binding
429Rate limitedRequest volume and retry timing
5xxTemporary service or provider issueRetry with backoff after checking provider status

Example Error

POST /v2/discord/send

{
"statusCode": 400,
"message": "channelRef is required",
"error": "Bad Request"
}

Do not retry authentication or validation errors until the request has been corrected.