Authentication
Connecting securely to Xenia's API
Last updated
Connecting securely to Xenia's API
Last updated
The API requires an authorization token for each request. A token can be generated from your .
🚧
Please note that API tokens expire after 30 days of inactivity, at which point you would need to generate a new token to use. If a token is used to make API requests within that period, then it would not expire unless it's made invalid from new tokens.
Once you've obtained a token, it needs to be passed in the Authorization
header on requests to the API. For example, Authorization: Bearer b7f8f791...f26e554d
.
The Xenia API uses as the means of authorization for individual requests. The initial authorization uses the method and currently doesn't support any other flows.
The token used by the API is a . It should be considered as a "personal access token" that you control yourself, for your own Xenia account. A pre-registered client ID and secret are not required to create an authorization token.