Lookup
Using this endpoint you can get the current loyalty ledger balance as well as if the user must verify their email before they can burn loyalty.
Required Scopes
fancash:lookup
Request
Headers
Name
Description
Authorization
User access token from the code exchange.
Path Parameters
Response
Name
Description
fancash_balance_amount
The dollar amount of FanCash the account has.
linked
True if the account has verified their email otherwise false. If false then burn transactions will fail.
Fancash Lookup based on Account Tenant Fan ID. Requires the fancash:lookup permission.
Path parameters
account_tenant_fanidstring · uuidRequired
Account Tenant Fan ID
Header parameters
AuthorizationstringRequired
User or server access Bearer token
Responses
200
Fancash Lookup Response
application/json
400
Bad request
application/json
401
Forbidden
application/json
404
Not Found
application/json
429
Rate Limited
application/json
500
Internal error
application/json
get
/v1/{account_tenant_fanid}/lookupLast updated