What you can do
URL conventions
{id} in paths is a numeric resource ID. All timestamps are ISO 8601 UTC,
e.g. 2026-01-20T13:45:00Z.Where to start
1
Get an API key
Read Authentication and obtain an API key for your role.
2
Understand the response envelope
Read Errors so you can parse responses correctly.
3
Verify the key
Call
GET /api/v2/affiliate/profile (or the equivalent for your role)
to confirm the key works.4
Build your integration
Browse the role-scoped sections in the sidebar for endpoints relevant to you.