API Tokens

Access to the endpoints documented at api.grax.com and served on every GRAX application is controlled via API tokens, which can be managed from within the related GRAX application. Tokens can be assigned limited feature access, named, and disabled.

Creating an API Token

Tokens can be managed via the "API Tokens" section on the "Settings" page. Click "New Token" to configure your token permissions and name.

Once you've selected the permissions you want the token to have, click "Save" to create it. The token value will only be shown once after creation. You must store it in a safe location before leaving the page. If you lose it, you will need to create a new token.

Deleting an API Token

Tokens can be deleted by clicking the trash can icon in the API Tokens list, shown above. A confirmation window ensures that tokens are not accidentally deleted.

Using an API Token

Tokens are used for authenticating and authorizing requests to the GRAX application API. The tokens must be passed to the API as part of the Authorization header in every request.

For more information and examples, see the static API documentation at https://api.grax.com or the interactive API documentation at /scalar on your own GRAX application.

Last updated

Was this helpful?