RoxCustody
  • ⚪RoxCustody API Documentation
  • Overview
  • Get Started
  • API Documentation
  • Common Errors
  • Webhooks
Powered by GitBook
On this page

Common Errors

This page provides errors that are common between all endpoints

Invalid API Key:

  • Code: 403

  • content

{
    "status": 403,
    "message": "Invalid API Key",
    "errors": {
        "message": "Invalid API Key",
        "error": "Forbidden",
        "statusCode": 403
    }
}

Backup Storage Not Connected:

  • Code: 422

  • content

{
    "status": 422,
    "message": "Backup storage is not connected",
    "errors": {
        "message": "Backup storage is not connected",
        "statusCode": 422
    }
}
PreviousAPI DocumentationNextWebhooks

Last updated 5 months ago