Authorizations
Apikey
curl --request POST \
--url https://api.wappfy.com.br/api/stopTyping \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chatId": "11111111111@c.us",
"session": "session"
}'
curl --request POST \
--url https://api.wappfy.com.br/api/stopTyping \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chatId": "11111111111@c.us",
"session": "session"
}'
Apikey