Skip to main content
GET
/
api
/
v1
/
keys
List all API keys
curl --request GET \
  --url https://vine.getcourtyard.ai/api/v1/keys
{
  "keys": [
    {
      "id": "<string>",
      "name": "<string>",
      "keyPrefix": "<string>",
      "scopes": [
        "<string>"
      ],
      "rateTier": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "revokedAt": "2023-11-07T05:31:56Z",
      "lastUsedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Response

200 - application/json

Key list.

keys
object[]