Authentication The /api/v1/auth endpoint provides some authentication and authorization helper endpoints. Get a Token Get a token from Basic credentials. GET /api/v1/auth/token \ -H 'Authorization: Basic dXNlcjpwYXNzd29yZA==' { "token": "eyJhbGciOiJSUzI..." }