📅 Created: November 2022
🕑 Setup time: Five minutes
Navigate to Settings > API Tokens > Generate Token.

Create Token
Fill out a description, select a role, and click Create.

Save Credentials
Store the Client ID and Secret Key somewhere safe.

Generate a JWT:
curl -X 'POST' '<https://api.cyera.io/v1/login>' \\
-H 'accept:application/json' \\
-H 'Content-Type:application/json' \\
-d '{"clientId": "<ClientID>", "secret": "<Secret Key>"}'
API Endpoint: https://api.cyera.io
Client ID and Secret Key to generate a JWT token.[[accessToken]] in subsequent API calls.