cURL
curl --request POST \ --url https://api.buildwithchirp.com/v1/organization/whatsapp/business-profiles/mark-interrupted \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "attemptId": "wss_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "wabaId": "<string>", "businessId": "<string>" } '
{ "success": true, "message": "<string>" }
Record that a signup was interrupted after the user completed on Meta’s side but before we received the auth code. This stores the WABA ID for recovery.
Admin API key (format: sk_admin_*) for organization-level operations
WhatsApp Signup Session ID
"wss_2DbBs7GWhGvVNJGrDXr5RG0mBWI"
The WABA ID from the FINISH event
1
The business ID from the FINISH event
Attempt marked as interrupted