Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --globoff '/{{v2}}/emergency' \
--header 'X-Application-Identifier: 77a90d5a-ed75-45f1-9f7c-4db5e025c65c' \
--header 'Authorization: Bearer <token>'
Responses
application/json
Modified at 2025-07-03 13:42:50