Last updated

Error reference

All errors share the same envelope:

{
    "status": false,
    "errors": [
        { "code": "INVALID_REQUEST", "message": "Asset is required" }
    ]
}

HTTP statuses

StatusWhen
400Validation error or missing field
401API key / JWT missing
403API key / customer inactive, JWT expired, or forbidden
404Resource not found
429Rate limit exceeded
500Internal error

Error codes

CodeMeaning
INVALID_REQUESTGeneric validation failure
INVALID_TRAVEL_ADDRESSTravel address malformed or unknown
TRANSFER_NOT_FOUNDTransfer with the given publicId does not exist
COMMENT_NOT_FOUNDComment with the given id does not exist
CALLBACK_NOT_FOUNDCannot resolve the confirmation callback URL
NOT_FOUNDGeneric 404
UNAUTHORIZEDMissing or invalid auth
FORBIDDENNot allowed to perform the action
VALIDATION_ERRORField-level validation failure
INTERNAL_ERRORUnexpected server-side failure