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

    Authentication

    Our API uses API Keys to secure all requests. It is mandatory to include a valid API Key with every request by setting the X-API-KEY header.
    You can obtain your API Key from your company profile within the Resolbit app. If a request is made without this header or with an invalid API Key, the request will fail and an authentication error will be returned.

    Sample authentication#

    Replace {your_api_key_here} with the API Key that has been assigned to you.
    🔐 Important: Your API Key is a high-security credential. Do not share it or include it in public code.
    Modified at 2025-04-24 20:16:15
    Previous
    Introduction
    Next
    Pagination
    Built with