Update account key
Learn more about the Segmentation Api to update an account key.
This Activation API will enable you to update an existing account record key.
Request
PUT /api/[env]/[tenant]/accounts/[accountId]
| Parameter | Required | Description | |
|---|---|---|---|
| Headers | Authorization
| Yes | Information about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API. |
Request body
| Parameter | Type | Description |
|---|---|---|
| key | String | New key for the account |
Response
| Parameter | Type | Description |
|---|---|---|
| success | boolean | True for success response |
| error | Error | Error object for details |