GET
/
card-scheme-definitions
curl --request GET \
  --url https://api.{gr4vy_id}.gr4vy.app/card-scheme-definitions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "type": "card-scheme-definition",
      "id": "visa",
      "icon_url": "https://api.sandbox.example.gr4vy.app/assets/card-scheme-definitions/visa.svg",
      "display_name": "Visa"
    }
  ]
}

This endpoint requires the card-scheme-definitions.read scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Returns a list of card scheme definitions.

A list of available card scheme definitions.

items
object[]

Definitions of a card scheme including icon, label, etc.