Returning Sentinel API Key
Return sentinel API key.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful operation.
application/json
stringOptional
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get/map/sh
GET /api/v1/map/sh HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
textWas this helpful?