curl --request PUT \
--url https://app.hypersender.com/api/whatsapp/v1/{instance}/star-message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"chatId": "[email protected]",
"messageId": "[email protected]_3EB08F6AD2A432386EFA0E",
"star": true
}
'{}Star Message
You can star or unstar a message using this endpoint.
PUT
/
{instance}
/
star-message
curl --request PUT \
--url https://app.hypersender.com/api/whatsapp/v1/{instance}/star-message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"chatId": "[email protected]",
"messageId": "[email protected]_3EB08F6AD2A432386EFA0E",
"star": true
}
'{}Star or unstar a message.


Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
application/json
Example:
"application/json"
application/json
Example:
"application/json"
Path Parameters
Instance UUID copied from hypersender dashboard
Example:
"{{ instance_id }}"
Body
application/json
Response
Successful response
The response is of type object.