MercatDevelopers
    MercatDevelopers
    • Getting Started
    • Auth
      • Authenticate client
        POST

    Getting Started

    This guide covers the initial steps to integrate with the Mercat Developers API.

    1. Obtaining Credentials#

    To use the API, you need access credentials:
    client_id: Your application's unique identifier
    client_secret: Your application's secret key
    These credentials are provided by the Mercat team. Please contact us to request them.

    2. Authentication#

    Use the Authenticate client with your credentials to obtain an access token.

    3. Using the Token#

    Include the obtained token in the Authorization header for all subsequent requests:
    Authorization: Bearer {token}

    Environments#

    EnvironmentURL
    Productionhttps://api.mercat.com
    Stagehttps://stage.api.mercat.com
    Modified at 2025-12-02 20:15:31
    Next
    Authenticate client
    Built with