Partner APIEndpoint reference
Partner health
Check partner API availability, schema version and public generation.
GET
/api/partner/v1/healthRequests require a dedicated bearer token in the Authorization header. This documentation does not execute requests or store credentials. Use the examples in a secure local shell.
Responses
| Status | Meaning |
|---|---|
| 200 | Partner API is available |
| 304 | The weak semantic ETag matches under weak comparison. Response has no body. |
| 400 | Invalid parameter or cursor |
| 401 | Missing or invalid scoped bearer token |
| 409 | A full initial sync or reset is required before incremental pulls can continue. |
| 429 | Request limit reached |
| 503 | Partner Demand service is temporarily unavailable |