Skip to main content
GET
/
v2
/
vouchers
/
{id}
/
tokens
Get tokens associated with a voucher by voucher ID
curl --request GET \
  --url https://api.spirii.com/v2/vouchers/{id}/tokens
[
  1,
  2,
  3
]

Path Parameters

id
number
required

Used to identify the voucher throughout the Spirii system

Response

Voucher tokens have been found.

Example:
[1, 2, 3]