Authorizations
Apikey
Path Parameters
O nome da sessão (instanceName)
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/presence \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chatId": "11111111111@c.us",
"presence": "offline"
}'
O parâmetro deve ser o instanceName da sessão.
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/presence \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chatId": "11111111111@c.us",
"presence": "offline"
}'
Apikey
O nome da sessão (instanceName)