/api
api key.
GET
geolytix.xyz/auth/token/api
Calling the endpoint without a valid access token will redirect the client to the login view. A successful /login post will redirect to this endpoint with a temporary token which should resolve into an API key.
Query Parameters
Name
Type
Description
token
string
An admin token is required to request an API key.
Last updated