GET
/
api_keys
Get API Keys
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/api_keys
{
  "api_keys": [
    {
      "api_key_id": "<string>",
      "created_ts": "2023-11-07T05:31:56Z",
      "name": "<string>"
    }
  ]
}

Response

200 - application/json

The response is of type object.