Authorizations
Apikey
Body
application/json
Response
201 - application/json
The response is of type object
.
curl --request POST \
--url https://api.wappfy.com.br/api/sendSeen \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chatId": "11111111111@c.us",
"messageIds": [
"false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA"
],
"participant": "11111111111@c.us",
"session": "session"
}'
{}
curl --request POST \
--url https://api.wappfy.com.br/api/sendSeen \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chatId": "11111111111@c.us",
"messageIds": [
"false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA"
],
"participant": "11111111111@c.us",
"session": "session"
}'
{}
Apikey
The response is of type object
.