Authorizations
Apikey
Body
application/json
Response
200 - application/json
The response is of type object
.
curl --request PUT \
--url https://api.wappfy.com.br/api/reaction \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"messageId": "false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA",
"reaction": "👍",
"session": "session"
}'
{}
curl --request PUT \
--url https://api.wappfy.com.br/api/reaction \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"messageId": "false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA",
"reaction": "👍",
"session": "session"
}'
{}
Apikey
The response is of type object
.