Update Consented Account
Updates a consent by enabling or disabling an account. Use this endpoint when an end user wants to change whether or not an account is shared with an app.
PUT
/api/{version}/consent_management/{ConsentPublicId}/accounts/{AccountId}
Path Parameters
| Field | Required | Type |
|---|---|---|
ConsentPublicId The consent id. This value is returned in the GET Consent List as | Required | String |
AccountId The account id selected for update. | Required | String |
version API version. Indicates which FDX version is in use. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
enabled | Required | Boolean |
Loading...