Skip to main content
GET
/
v1
/
organization
/
whatsapp
/
business-profiles
/
recovered-attempts
cURL
curl --request GET \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/business-profiles/recovered-attempts \
  --header 'Authorization: Bearer <token>'
{
  "recoveredAttempts": [
    {
      "attemptId": "wss_2DbBs7GWhGvVNJGrDXr5RG0mBWI",
      "metaWabaId": "<string>",
      "recoveredAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "metadata": {
        "externalUserId": "user_123",
        "businessName": "Acme Corp"
      }
    }
  ],
  "totalCount": 123
}

Authorizations

Authorization
string
header
required

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

Response

List of recovered signup attempts

recoveredAttempts
object[]
required
totalCount
number
required