GET
/
v1
/
manage
/
apikey
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"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication

Response

200
application/json

Successfully retrieved API keys

The response is of type object.