Returns Map API Key

GET /map/key

Returns map api key

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

name

string

Name of the user

age

number

Age of the user

Response

content:
            application/json:
              schema:
                type: string

Last updated