- Create a token
- Use the token in your requests
Create a token
- Go to your Kinetic dashboard and click on “Settings”.
- Click on “API Keys”.
- Click on “Create API Key”.
- Enter a name for your API key.
- Click on “Create”.
- Copy the API key.
Use a token
Include theAuthorization: Bearer <token> header on every request:
Example:
