Create a Credentials Session
DeprecatedCreates a new Credentials Session and returns a JSON object representing the newly created Credentials Session.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept
Specify the content type and version that the API should use. It's recommended to include this to avoid breaking changes.
Request
This endpoint expects an object.
permissible_purpose
A valid purpose is required for Truework to process the verification request.
Throughout the API, this is signified by the permissible_purpose
field.
target
type
Allowed values:
use_case
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
metadata
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.
reseller_originating_party
Required for reseller requests, should not be provided for non-reseller requests.
Response
A Credentials Session was successfully created.
id
token