PUT
/
api
/
{session}
/
profile
/
status
Definir status do perfil (Sobre) (Set profile status (About))
curl --request PUT \
  --url https://api.wappfy.com.br/api/{session}/profile/status \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "status": "🎉 Hey there! I am using WhatsApp 🎉"
}'
{
  "success": true
}

Authorizations

apikey
string
header
required

Apikey

Path Parameters

session
string
required

O nome da sessão (instanceName) do perfil que você deseja atualizar

Body

application/json
status
string
required
Example:

"🎉 Hey there! I am using WhatsApp 🎉"

Response

200 - application/json
success
boolean
default:true
required