Authentication
Create API operator
Request a JWT
curl $API_BASE_URL/auth/token \
-H "Content-Type: application/json" \
-X POST --data '{
"workspace": "<workspace>",
"apiKeyId": "<api-key-id>",
"apiKeySecret": "<api-key-secret>"
}'Use the JWT in headers
Refresh the JWT
Last updated