Skip to main content
GET
Fetch comprehensive dashboard data for an affiliate using an embed token. This endpoint is public and uses token-based authentication via query parameter (no API key required).
This endpoint does not require API key authentication. Instead, it uses the token query parameter for authentication.

Query Parameters

string
required
The public token from POST /v1/embed/token.

Response

boolean
Always true for successful responses.
object
Complete dashboard data.

Caching

Responses include Cache-Control: private, max-age=60 header. Data can be cached for up to 60 seconds client-side.

Using with iframe

For the pre-built dashboard UI, use the embed page instead of the API directly:
Tokens expire after 30 minutes. If you receive a TOKEN_EXPIRED error, generate a new token using POST /v1/embed/token.