cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/api-keys \ --header 'Authorization: <api-key>'
{ "apiKeys": [ { "createTime": "2023-11-07T05:31:56Z", "id": "<string>", "key": "<string>" } ], "pageNumber": 123, "pageSize": 123, "totalCount": 123 }
List all API keys created by the requesting user. This does not include the API key itself which is only returned when the API key is first created.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes