Responds to a user.data_request webhook by providing the requested user data. When M2M needs additional user information for CIP verification, it sends a webhook with a data request ID. Use this endpoint to supply the missing data (name, ID, date of birth, payment method, etc.). The data is merged with existing user data on the link.
Your partner API key. Use m2m_test_* keys for the sandbox environment.
The data request ID received in the user.data_request webhook payload
"dr_acme_a1b2c3d4e5f6"
Reference ID of the user in your system. Must match the referenceId associated with the data request for validation.
"user-12345"
User data to fulfill the request. Provide only the fields that were requested in the user.data_request webhook payload. The data will be merged with existing user data on the associated magic link.