cURL
curl --request PUT \ --url https://api.scrip.dev/v1/groups/{id}/state/tags \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "tags": [ "vip" ] } '
{ "tags": [ "vip" ] }
Replaces all tags on a group.
API key passed in the X-API-Key header.
Group ID
Tags to set
Tags to set. Replaces all existing tags
["vip"]
Tags replaced
Participant's tags