Skip to main content
POST
/
v1
/
organization
/
whatsapp
/
business-profiles
/
start-attempt
cURL
curl --request POST \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/business-profiles/start-attempt \
  --header 'Authorization: Bearer <token>'
{
  "attemptId": "wss_2DbBs7GWhGvVNJGrDXr5RG0mBWI",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Response

Signup attempt created successfully

attemptId
string
required

ID of the created signup attempt, used for tracking

Example:

"wss_2DbBs7GWhGvVNJGrDXr5RG0mBWI"

expiresAt
string<date-time>
required

When this attempt expires (15 minutes from creation)