Last updated 3 months ago
Return sentinel API key.
Successful operation.
const response = await fetch('/api/v1/map/sh', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
text