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.sappo.xco.agency//product-maestro/v1/{resource}
Rankify
rankify
Resources
collections
strategies
https://api.sappo.xco.agency//rankify/v1/{resource}
Theme Maestro
theme
Resources
scheduled-themes
publish-history
https://api.sappo.xco.agency//theme/v1/{resource}
Claimify
claimify
Resources
claims
customers
orders
https://api.sappo.xco.agency//claimify/v1/{resource}
Gift Card Checker
gift-card-checker
Resources
gift-cards
https://api.sappo.xco.agency//gift-card-checker/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