cURL
curl --request GET \ --url https://api.quiva.ai/compute/services \ --header 'Authorization: Bearer <token>'
{ "body": { "results": [ {} ], "results_total": 123 }, "metadata": { "subject": "<string>" } }
Retrieves a list of all available compute services
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of compute services
Show child attributes