Create a Credentials Session
DeprecatedCreates a new Credentials Session and returns a JSON object representing the newly created Credentials Session.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Specify the content type and version that the API should use. It’s recommended to include this to avoid breaking changes.
Request
A valid purpose is required for Truework to process the verification request.
Throughout the API, this is signified by the permissible_purpose
field.
The verification request use case describes the type of product the verification request is originating from. If omitted, the verifier type in account settings will be used as a default
A single level key-value JSON object that can be used to store custom data on the verification request. Keys and values must be strings.
Required for reseller requests, should not be provided for non-reseller requests.
Response
A Credentials Session was successfully created.