Skip to main content
POST
/
v2
/
token-groups
/
{id}
/
enable
Enable a token group
curl --request POST \
  --url https://api.spirii.com/v2/token-groups/{id}/enable \
  --header 'Authorization: <api-key>'

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

Token group successfully enabled.