Retrieve settings

This endpoint is used to fetch settings.

GEThttps://api.100ms.live/v2/templates/<template_id>/settings
curl --location --request GET 'https://api.100ms.live/v2/templates/<template_id>/settings' \ --header 'Authorization: Bearer <management_token>'
RESPONSE
Status: 200 OK
{ "region": "in", "recording": null, "roomState": { "messageInterval": 5, "sendPeerList": false, "stopRoomStateOnJoin": true, "enabled": false }, "retry": {} }

Arguments

NameTypeDescriptionRequired
template_id
— path param
stringUnique identifier of the template you wish to fetch settings details for.
Example: 6316d5ca5a2635a5849a0216
Yes

Have a suggestion? Recommend changes ->

Run in postman

Was this helpful?

1234