Quick Start
1
Get a token
Generate an API token from your app's Settings → API Access tab
2
Make a request
Include
Authorization: Bearer <token> in every request3
Explore docs
Each app has interactive Swagger docs — click "Docs" on any card below
Available Apps
Product Maestro
product-maestro
Resources
schedules
actions
https://api-staging.sappo.xco.agency/product-maestro/v1/{resource}
Theme Maestro
theme
Resources
scheduled-themes
publish-history
https://api-staging.sappo.xco.agency/theme/v1/{resource}
Claimify
claimify
Resources
claims
customers
orders
https://api-staging.sappo.xco.agency/claimify/v1/{resource}
Authentication
Include your token in the Authorization header of every request.
Authorization: Bearer mak_your_token
Rate Limits
60 requests per minute per token. Rate limit status is included in response headers.
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 58
X-RateLimit-Reset: 1708451520