Skip to main content
GET
/
v2
/
voucher-groups
/
{id}
/
locations
Get voucher group's locations by ID
curl --request GET \
  --url https://api.spirii.com/v2/voucher-groups/{id}/locations
[
  1,
  2,
  3
]

Path Parameters

id
number
required

Used to identify the voucher group throughout the Spirii system

Response

Voucher group's locations have been found.

Example:
[1, 2, 3]