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