Returns Map API Key
Request
Response
Success Response
"46e0a5e4-6a27-46a6-adcc-a4608a4513e4"Error Responses
Status
Description
Last updated
GET /map/sh
Returns the Sentinel API key from Guardian service environment settings.
Authentication: Bearer token required (Authorization: Bearer <token>)
No request parameters.
Status: 200 OK
Returns the Sentinel API key as a string.
"46e0a5e4-6a27-46a6-adcc-a4608a4513e4"401 Unauthorized
Missing or invalid token
500 Internal Server Error
Unexpected server failure
Last updated