Accessing The API

Authentication

Castr employs Access Tokens to ensure secure and authenticated API requests. Each API call must include both a Token ID and Secret Key in the authorization header for successful resource access.

🚧

Note

Authentication is executed via HTTP Basic Auth. Place the Token ID in the username field and the Secret Key in the password field for each request.


Authentication Flow

Currently, the functionality to create, view, and manage Access Tokens from the Castr Dashboard is under development. For immediate assistance, please get in touch with our 24x7 chat support to obtain your API keys.

🚧

Important

Be advised that the Token Secret will be revealed only once upon successful creation of the access token. It is crucial to securely store this Token Secret as it will not be retrievable again for security reasons.


The issued Token ID and Token Secret can then be used to access various resources associated with your Castr account.