MercatDevelopers
  1. Auth
MercatDevelopers
  • Getting Started
  • Auth
    • Authenticate client
      POST
  1. Auth

Authenticate client

Stage
https://stage.api.mercat.com
Stage
https://stage.api.mercat.com
POST
/v1/mercat-developers/auth
Authenticate using client_id and client_secret to obtain an access token

Request

Body Params application/json

Example
{
    "client_id": "your_client_id",
    "client_secret": "your_client_secret"
}

Responses

🟢200OK
application/json
Successful authentication
Body

Example
{
    "token": "a_valid_access_token"
}
🟠401Unauthorized
Modified at 2025-12-02 19:44:08
Previous
Getting Started
Built with