{
"company_identification": "string",
"page": 1,
"per_page": 10
}curl --location 'https://chat.jijyun.cn/v1/openapi/apikey/list?apiKey=undefined' \
--header 'Content-Type: application/json' \
--data '{
"company_identification": "string",
"page": 1,
"per_page": 10
}'{
"Code": 2000,
"Msg": "成功",
"Data": {
"data": [
{
"api_key": "G-ebsvUlPHpr8RazS6b5ALrvmsfy5dUmSbo0pSlPmzs5UHEUwG",
"create_time": "2026-09-04 16:12:02",
"id": 11376,
"name": "AI分销测试key",
"state": 1,
"user_id": "nv7416xi",
"user_name": null
}
],
"amount": 1,
"has_next": false,
"has_prev": false,
"next_num": null
}
}