Returns the list of attempt objects associated with the specific session id = {id}
User-defined statuses in Veriff Customer Portal
Can be used to query the user-defined statuses data if those have been set in the Veriff Customer Portal. For more information see the Adding user-defined Statuses to Sessions[↗] article in Veriff Knowledge Base (you need an active account with Veriff to access the article).
Note: always ensure that you use the correct API URL to send requests. See the API URL section for more info.
Your integration's API key (occasionally referred to the "Token", "API public key" or "Publishable key")
Session id signed with the shared secret key
Session id
API request status
List of data identifying the attempts in the verification session
Unique identifier (ID) of the attempt
Verification session status
Array of objects describing the custom statuses defined by the user in Veriff Customer Portal
Name of the custom end-user defined status as set in the Veriff Customer Portal
Autogenerated code for the custom end-user defined status
Name of the custom end-user defined reason as set in the Veriff Customer Portal. If the user has selected the "Custom" reason for the status and typed an explanation to the text box, then the explanation is sent in this field
Autogenerated code for the custom end-user defined reason. It is null
when the user has selected the "Custom" reason for the status and typed an explanation to the text box. This explanation is sent in the reason
parameter
Creation time of the user-defined status for the verification attempt
Timestamp of when the attempt was created
Bad request
Unauthorized
Session not found
Internal server error