Skip to main content
The End User Onboarding API returns an HTTP status and a JSON body with a numeric code and a message. The message is the generic HTTP phrase for that status, such as Not found or Gateway timeout. Use code to tell apart errors that share one HTTP status and one phrase. For error response shapes and general errors that any Circle API can return, see API errors.

Two not found responses

Both of these responses use HTTP 404 and message: "Not found". The code tells them apart. Unknown application (181103):
Device check missing (181110):

Shared status codes

Error codes (181100-181111)

If a Partner API code is not allowlisted, the response uses code: -1. Retry with backoff. Confirm that the expected code is in this catalog.