Authyo Docs
    Authyo Docs
    • 🐶 Walk through Authyo
    • Error Codes
    • About Pricing
    • APIs
      • Send OTP
        GET
      • Send OTP
        POST
      • Verify OTP
        GET
    • Web SDKs
      • JavaScript
      • PHP
      • AngularJS Examples
      • TypeScript Examples
      • React JS
      • Vue JS Examples

    Error Codes

    This section provides a comprehensive overview of the potential error codes returned by the Authyo API, detailing their meanings, possible causes, and recommended corrective actions

    Overview of HTTP Status Codes#

    The Authyo API returns standard HTTP status codes in its responses to reflect the outcome of your requests. Here's a breakdown:
    2xx - Success: Signals that the request was successfully received, understood, and processed.
    4xx - Client Errors: Indicates an issue with the client's request.
    5xx - Server Errors: Reflects problems on the Authyo server side.

    Detailed Error Codes Overview#

    Below is a comprehensive table outlining the specific error codes, their descriptions, common causes, and recommended solutions:
    Error CodeDescriptionCommon CausesRecommended Solution
    400Bad RequestIncorrect syntax or missing parametersReview the request syntax and ensure all required fields are properly formatted.
    401UnauthorizedInvalid or missing authentication credentialsConfirm that your clientId and clientSecret are correctly included and valid.
    403ForbiddenInsufficient permissionsCheck whether your API key has the necessary permissions for the requested operation.
    404Not FoundIncorrect endpoint URL or nonexistent resourceDouble-check the endpoint URL and verify the resource exists.
    429Too Many RequestsAPI rate limit exceededReduce the frequency of requests and consider implementing exponential backoff for retries.
    500Internal Server ErrorServer-side issuesRetry the request, and if the problem persists, reach out to support.
    503Service UnavailableServer overload or ongoing maintenanceWait and try again later. Check the Status Page for any active issues.

    Need More Help?#

    If the issues you're encountering are not addressed by this guide or you need more detailed assistance, feel free to get in touch with our support team. We are dedicated to providing you with a smooth experience using the Authyo API.
    You can reach our support team via our Support Channel.
    Modified at 2025-01-23 07:27:26
    Previous
    🐶 Walk through Authyo
    Next
    About Pricing
    Built with