Authentication
Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.
Example request
cURL
curl --request GET \
--url 'https://api.fideralabs.com/v1/operators' \
--header 'Authorization: Bearer $FIDERA_API_KEY'Responses
200Successful ResponseitemsOperatorOut[]required
No additional field description.
application/json
{
"items": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"role": "string"
}
]
}422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
list_operators_v1_operators_get