Skip to main content
GET
/
v1
/
eligibility
curl
curl https://api.expys.com/v1/eligibility \
  -H "Authorization: Bearer YOUR_MEMBER_TOKEN"
{
  "tier": "<string>",
  "wallet": {
    "amountReceived": 123,
    "amountSpent": 123,
    "balance": 123,
    "currency": {
      "name": "<string>",
      "symbol": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Org-API-Key as a Bearer token.

Query Parameters

externalUserID
string

Response

Response for status 200

tier
string
required
wallet
object
required