Authentication
Authentication with SelectZero API is done using an API key
Example of Authorization header
All requests made to the API must contain Bearer token in request header
curl \
-H "Authorization: Bearer $SELECTZERO_API_KEY" \
"https://selectzero_url/api/v1/executions/current"
Last modified: 15 January 2025