Skip to main content
GET
/
vaas
/
api
/
v1
/
gift-cards
/
countries
/
{country_code}
/
operators
List Gift Card Operators by Country
curl --request GET \
  --url https://api.payvessel.com/vaas/api/v1/gift-cards/countries/{country_code}/operators \
  --header 'api-key: <api-key>' \
  --header 'api-secret: <api-key>'
{
  "status": true,
  "message": "<string>",
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "brand_id": "<string>",
      "operator_type": {
        "id": "<string>",
        "name": "<string>"
      },
      "currency": "<string>",
      "image": "<string>"
    }
  ]
}

Authorizations

api-key
string
header
required
api-secret
string
header
required

Headers

api-key
string | null
api-secret
string | null

Path Parameters

country_code
string
required

Response

Successful Response

status
boolean
required
message
string
required
data
OperatorSchema · object[]
required