Error Handling
Stay organized with collections
Save and categorize content based on your preferences.
This page describes the error codes the Alert Center API returns, explains how to
interpret them, and provides guidance on how to resolve them. Learn
more.
Error code
Description
Action
400: Bad Request
The input request is invalid.
Check the request, make the required changes, and try again.
401: Invalid Credentials
The access token is invalid or expired.
Refresh the access token and try again.
404
The specified resource was not found. This occurs when the requested
alert doesn't exist.
Verify the alert exists (for example, by using the alerts.list
method) and the ID is correct.
409
The specified resource already exists.
Retrieve the resource and update it if necessary.
500
An unexpected error occurred while processing the request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-04 UTC."],[],[]]