API Reference
App Resolbit
    • Introduction
    • Authentication
    • Pagination
    • Errors
    • Claims
      • List claims
        GET
    • Schemas
      • Schemas
        • Claim
        • Brand
        • Client
        • Problem
        • Solution
        • Executive

    Errors

    We use the HTTP status codes to communicate the result of a response.
    2xx responses indicate success.
    4xx responses indicate client errors, such as missing parameters or invalid company credentials.
    5xx responses indicate server errors, either within Resolbit or related to the claims themselves.

    Error Handling#

    CodeNameDescription
    400Bad RequestThe request contains invalid or missing parameters
    401UnauthorizedInvalid or missing API Key
    403ForbiddenYou don't have permission to access the resource
    404Not FoundThe requested resource does not exist
    500Internal Server ErrorServer internal error
    Modified at 2025-04-27 11:04:07
    Previous
    Pagination
    Next
    List claims
    Built with