Authorization: Bearer ********************curl --location 'https://app.emooai.com/open-api/v1/agents?page_size=undefined¤t_page=undefined&agent_type=undefined' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 0,
"page_size": 0,
"current_page": 0,
"total_pages": 0,
"results": [
{
"ws_agent_key": "string",
"title": "string",
"agent_type": "webhook",
"is_enabled": true,
"description": "string",
"scope": "public",
"specified_ws_group_ids": [
0
],
"data_auth": "all",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}
}