cURL
curl --request GET \ --url https://api.nova-cloud.ai/api-keys \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "scopes": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "is_revoked": true } ]
List all API keys for the current user. The actual key values are not returned.
Use a JWT access token or API key (prefixed with nv_)
Include revoked keys in the response
List of API keys