Skip to content

List escape-hatch origins for this environment

GET
/api/server/v1/allowed-origins
curl --request GET \
--url https://api.toriiauth.eu/api/server/v1/allowed-origins \
--header 'Authorization: Bearer <token>'

OK

Media typeapplication/json
object
origins
required
Array<string>
Examplegenerated
{
"origins": [
"example"
]
}