Embed Tokens
APIs to share maps securely
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
map_idstringRequired
Query parameters
user_emailstringRequired
Each token must be associated with the email address of the user who will use it.
Responses
200
EmbedToken
application/json
401
UnauthorizedError
application/json
403
UnauthorizedError
application/json
404
NotFoundError
application/json
422
Unprocessable Entity
application/json
429
Unprocessable Entity
application/json
500
InternalServerError
application/json
post
/api/v2/maps/{map_id}/embed_tokenLast updated
Was this helpful?