Partner API
The Partner API lets approved partners retrieve orders and campaign data.
Base URL
| Environment | URL |
|---|---|
| Production | https://api.iscoplatform.com/v1/partner |
| Development | https://api.dev.iscoplatform.com/v1/partner |
Authentication
Every request carries a partner token in the Authorization header. Tokens
are issued by the ISCO team and shown once at creation — store them securely.
curl -H "Authorization: Bearer isco_..." \
"https://api.dev.iscoplatform.com/v1/partner/orders?campaignId=CAMPAIGN-ID"
Endpoints
Documentation in progress — contact the ISCO team for the current endpoint reference while this section is being written.