Authentication

General information about sending authenticated requests

API keys

In order to use our API you will need to authenticate using your API key that you created within your Asters account.

Generate your API key

  1. Open Asters

  2. Navigate to your Workspace management under the Settings tab

  3. Click on API button

  4. Click on Generate API key

  5. Copy and paste it immediately

Once saved, make sure to add in the HEADER the parameter:

`x-asters-token: YOUR_API_KEY`

Last updated