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#
3. Using the Token#
Include the obtained token in the Authorization header for all subsequent requests:Authorization: Bearer {token}
Environments#
Modified at 2025-12-02 20:15:31