GET
/
card-scheme-definitions
curl --request GET \
  --url https://api.{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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

x-gr4vy-merchant-account-id
string | null

The ID of the merchant account to use for this request.

Examples:

"default"

Response

200
application/json
Successful Response

The response is of type object.