Skip to main content
GET
/
api-keys
List API Keys
curl --request GET \
  --url https://api.zo.computer/api-keys/ \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "id": "<string>",
      "name": "<string>",
      "key_prefix": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "last_used_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Response

200 - application/json

Successful Response

keys
APIKeyResponse · object[]
required