GET
/
v1
/
service
/
voucher
curl --request GET \
  --url https://api.nxos.io/v1/service/voucher
[
  {
    "voucher_id": "<string>",
    "value": {
      "amount": "<string>",
      "asset_code": "<string>"
    },
    "expires_at": "<string>",
    "provider_name": "<string>",
    "funding_source_account": "<string>",
    "status": "ACTIVE"
  }
]

Response

200 - application/json

A paginated list of Voucher objects matching the specified criteria.

The response is of type object[].