Skip to main content
GET
/
v2
/
token-groups
/
{id}
/
locations
Get a list of locations associated to a token group by ID
curl --request GET \
  --url https://api.spirii.com/v2/token-groups/{id}/locations \
  --header 'Authorization: <api-key>'
[
  123
]

Authorizations

Authorization
string
header
required

Authorization: Bearer <SPIRII_API_KEY>

Path Parameters

id
number
required

Used to identify the token group throughout the Spirii system.

Response