Skip to main content
POST
/
chat
/
updateProfileStatus
/
{instance}
Update Profile Status
curl --request POST \
  --url https://converso-whatsapp-api.p.rapidapi.com/chat/updateProfileStatus/{instance} \
  --header 'Content-Type: application/json' \
  --header 'instanceCode: <api-key>' \
  --header 'x-rapidapi-key: <api-key>' \
  --data '
{
  "status": "<string>"
}
'
This response has no body data.

Authorizations

instanceCode
string
header
required

Your authorization key header

x-rapidapi-key
string
header
required

Your rapid api key

Path Parameters

instance
string
required

Name of the instance

Body

application/json
status
string
required

New status for profile

Response

200 - undefined