Base URL
All API requests are made to:Official API contract
This documentation is the official source of truth for the 1Club Platform API. If an integration relies on undocumented endpoints, fields, response shapes, or internal behavior outside this spec, we can’t guarantee backward compatibility. Build against what’s documented here to stay stable as the platform evolves.Authentication
All requests require a customer API key passed as a Bearer token:Quick start
Fetch the list of clubs:Rate limiting
- 100 requests per minute per API key
- When exceeded, the API returns
429 Too Many Requestswith aRetry-Afterheader - Rate limit headers are included in every response:
X-RateLimit-Limit— max requests per windowX-RateLimit-Remaining— requests remainingX-RateLimit-Reset— seconds until the window resets
Errors
| Status | Meaning |
|---|---|
400 | Invalid request parameters |
401 | Missing or invalid API key |
404 | Resource not found (or doesn’t belong to your organization) |
429 | Rate limit exceeded |
500 | Internal server error |