Download OpenAPI specification:Download
All API endpoints require authentication. To become authenticated you will need your Optizmo API key which is found on the SUPPRESS Account Settings page.
The API key needs to be sent with every request as an Authorization
header:
Authorization: Bearer <API key>
API endpoints are rate limited to ensure stable and fair access to the API.
Refer to the x-rate-limit-limit
, x-rate-limit-remaining
, and x-rate-limit-reset
response headers for rate limit information.