/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

NameTypeDescription

token

string

An admin token is required to request an API key.

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImRlbm5pcy5iYXVzenVzQGdlb2x5dGl4LmNvLnVrIiwiYWNjZXNzIjoiYXBpIiwiaWF0IjoxNTQxODU2NzEwfQ.fFQxuYls5560CWdnIO13vwOa229TJYSDxYCVD56y***

Last updated