Account Verification
This endpoint begins an instant account verification process for a member.
POST
/users/{user_identifier}/members/{member_identifier}/account_verification
Path Parameters
| Field | Required | Type |
|---|---|---|
member_identifier Use either the member | Required | String |
user_identifier Use either the user | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
X-CALLBACK-PAYLOAD The base64 encoded string defined in this header will be returned in the Member and Member Data Updated webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters. | Optional | String |
Loading...