Submit data to a Remember Me enabled program
Submit consumer data for a verification. The program must have the Remember Me function.
The request body is a flat union of fields. It contains all the fields that any audience can supply. It is not one fixed shape. The server changes the request body into the correct subject type, and the segment of the program controls this change.
The resolved subject type sets the required fields. This schema does not set them. One segment can require a field that a different segment ignores. The required list in this schema shows only the fields that all subject types require.
If you know the segment before you send the request, use the step for that audience. For example, use collectStudentPersonalInfo. The schema for each of those steps shows its required fields correctly. The VerificationSubject schema lists all the concrete shapes.
This step is different from the steps for one audience. This step does not accept the deprecated status field, which holds only one value. Use the statuses field. If you send status, the server rejects the request with an unrecognized property error.
Path parameters
Unique identifier for the ongoing verification
Request body
Response
The result of the verification
Changes
No recorded changes to this endpoint across all 1 revision of this API.