Documentation Index
Fetch the complete documentation index at: https://docs.merchantspring.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
The Marketplace Manager API uses API keys for authentication. Every request must include your API key in the request header.Getting your API key
- Log in to your Marketplace Manager dashboard
- Navigate to Settings → API
- Click Generate API Key
- Copy and store your key securely — it won’t be shown again
Making authenticated requests
Pass your API key in theAuthorization header using the Bearer scheme:
Rate limits
| Plan | Requests per minute |
|---|---|
| Starter | 60 |
| Growth | 300 |
| Enterprise | 1 000 |
429 Too Many Requests response. Retry after the number of seconds indicated in the Retry-After header.
Error codes
| Status | Meaning |
|---|---|
401 | Missing or invalid API key |
403 | Valid key but insufficient permissions |
429 | Rate limit exceeded |
500 | Internal server error — contact support |