Authentication
To access any endpoint in the Mercantive API, you need to authenticate your requests using a bearer token. This guide explains how to use bearer token authentication with our API.
Bearer Token
You can find your API token in the Mercantive Settings » API.
To authenticate your requests, include your bearer token in the Authorization header:
Example request with bearer token
curl https://api.mercantive.com/v1/customers \
-H "Authorization: Bearer YOUR_API_KEY"