Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Token URL: /api/v1/auth/login
or
Request Code Samples
curl --location --request GET '/api/v1/messaging/search?conversation_id&query&page&page_size'
Responses
{
"code": 0,
"message": "success",
"data": [
{
"message_id": 0,
"conversation_id": 0,
"sender_id": "3194e023-c19f-4a42-9172-9e18d68e3a3a",
"content": "string",
"content_type": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"relevance_score": 0
}
]
}
Modified at 2025-09-26 15:37:19