Set an account's relationship status
POST
/accounts/{storeId}/statusRequires scope: write:deals
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
storeIdrequired | path | string |
Request body
| Field | Type | Allowed values | Description |
|---|---|---|---|
statusrequired | string | prospectcustomerchurnednot_a_fit |
Responses
| Status | Description |
|---|---|
200 | Updated |
401 | Missing or invalid API key |
403 | Key lacks the required scope |
404 | Account not found |
429 | Rate limit exceeded (see Retry-After) |
Is this page helpful?