API Reference¶
The PartnerSignals REST API lets you query signals, partners, attribution records, and ecosystem data programmatically.
Base URL¶
All endpoints are served over HTTPS. HTTP requests are rejected.
API Versions¶
| Version | Status | Notes |
|---|---|---|
v1 |
Current | Stable — use in production |
Rate Limits¶
| Plan | Requests / minute | Requests / day |
|---|---|---|
| Standard | 60 | 10,000 |
| Enterprise | 300 | 100,000 |
Rate limit headers are returned on every response:
When the limit is exceeded, the API returns 429 Too Many Requests.
Response Format¶
All responses are JSON. Successful responses return HTTP 2xx with a data envelope:
Errors return a non-2xx status with an error envelope:
Pagination¶
List endpoints support cursor-based pagination:
Response includes a next_cursor field when more results exist:
Next Steps¶
- Authentication — obtain and use API keys
- Endpoints — full endpoint reference
- MCP Gateway — AI agent integration