Skip to main content
POST
/
v1
/
organization
/
whatsapp
/
business-profiles
/
mark-interrupted
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>"
}

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Body

application/json
attemptId
string
required

WhatsApp Signup Session ID

Example:

"wss_2DbBs7GWhGvVNJGrDXr5RG0mBWI"

wabaId
string
required

The WABA ID from the FINISH event

Minimum string length: 1
businessId
string

The business ID from the FINISH event

Response

Attempt marked as interrupted

success
boolean
required
message
string
required