CUE Public API (Staging)
Browse the full card catalogue as a simple, read-only JSON API.
Explore the API docsGet started
-
Get your credentials
Contact Avid Games at support@avid.games to request an API client. You'll receive a client ID and secret. -
Get a token
Exchange your credentials for an access token (valid for one hour):curl -X POST https://eucalyptus-staging-eu-papi-auth.cloud.virttrade.com/token \ -d grant_type=client_credentials \ -d client_id=<your-id> -d client_secret=<your-secret> -
Call the API
Send the token with every request:curl https://eucalyptus-staging-eu-papi-api.cloud.virttrade.com/v1/cards \ -H "Authorization: Bearer <your-token>"