We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allows to request the creation of a verfication session with the iDenfy Platform.
URL: /v1/idenfy/session
/v1/idenfy/session
Method: GET
GET
Path Parameters: None
Query Parameters: None
Headers:
Authorization: Bearer {accessToken}
Code: 200 OK
200 OK
Content-Type: application/json
Content:
Content example:
{ "authToken": "eceb5b5e22bdfafd5bd7b036b10aa94152b534bc", "expirityTime": 18000 }
Code: 401 UNAUTHORIZED
401 UNAUTHORIZED
Condition: If {accessToken} is invalid or expired.
{accessToken}
Report iDenfy Verification Result (Callback)