Retrieve all existing API keys for the organization
cURL
curl --request GET \ --url https://api.requesty.ai/v1/manage/apikey \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "monthly_limit": 123, "monthly_spend": 123, "permissions": { "manage": "none", "completions": "none" } } ] }
API key for authentication
Successfully retrieved API keys
The response is of type object.
object