Returns Map API Key
Name
Value
Name
Type
Description
content:
application/json:
schema:
type: string{
description: Unauthorized.
}{
description: Forbidden.
}Last updated
GET /map/key
Returns map api key
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
name
string
Name of the user
age
number
Age of the user
Response
content:
application/json:
schema:
type: string{
description: Unauthorized.
}{
description: Forbidden.
}Last updated