cURL
curl --request POST \ --url https://api.papercuts.ai/v1/whatsapp/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-User-Token: <api-key>' \ --data ' { "statusMessage": "<string>" } '
{ "status": "ok" }
Change the status on WhatsApp. Text only supported
Your Papercuts API Key
User Token received while integrating end user accounts
The status message to set
Status changed successfully
ok
error