Skip to main content
GET
/
v1
/
card-issuer
/
eligibility
curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/eligibility' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "success": true,
  "data": {
    "eligible": true,
    "enrolled": false,
    "status": null
  }
}
Authorization
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
Eligibility is granted by a Yativo admin. If eligible is false, contact your account manager — there is no API call to change this yourself.
curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/eligibility' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "success": true,
  "data": {
    "eligible": true,
    "enrolled": false,
    "status": null
  }
}