CUE Public API (Staging)

CUE Public API (Staging)

Browse the full card catalogue as a simple, read-only JSON API.

Explore the API docs

Get started

  1. Get your credentials

    Contact Avid Games at support@avid.games to request an API client. You'll receive a client ID and secret.
  2. 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>
  3. 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>"