post https://waapi.app/api/v1/instances//client/action/pin-chat
Pins a chat to the top of the chat list. The operation may fail if the maximum number of pinned chats (3) has been reached.
Log in to see full request history
Response
Pins a chat to the top of the chat list. The operation may fail if the maximum number of pinned chats (3) has been reached.
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/pin-chat \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"status": "success",
"instanceId": "1",
"data": {
"chatPinned": true,
"message": "Chat pinned successfully"
}
}