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,
    "visibility": null,
    "funding_structure": null,
    "eligible_since": "2026-03-15T09:00:00.000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.yativo.com/llms.txt

Use this file to discover all available pages before exploring further.

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,
    "visibility": null,
    "funding_structure": null,
    "eligible_since": "2026-03-15T09:00:00.000Z"
  }
}