GET
/
v1
/
api-keys
/
{
  "data": [
    {
      "created_at": "2024-01-01T00:00:00",
      "expiration_date": "2024-12-31T23:59:59",
      "key_id": "507f1f77bcf86cd799439011",
      "name": "Development API Key",
      "permissions": [
        "read",
        "write"
      ],
      "revoked": false
    }
  ],
  "next_page_token": "<string>"
}

Query Parameters

page_size
integer
default:20
page_token
string | null

Response

200
application/json

Successful Response

The response is of type object.