Request Code Samples
curl --location --request GET '/im/api/list?assistFlags&fromAccount&startIndex&timeStamp&topStartIndex&topTimeStamp' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
Responses
{
"code": 0,
"message": "string",
"result": [
{
"groupId": "string",
"msgTime": 0,
"toAccount": "string",
"toAccoutName": "string",
"topFlag": 0,
"type": 0
}
],
"success": true,
"timestamp": 0
}
Modified at 2025-10-17 00:33:09