Skip to content

CreateIdenfyVerificationSession

Walter Lara edited this page Mar 7, 2023 · 1 revision

Create iDenfy Verification Session

Allows to request the creation of a verfication session with the iDenfy Platform.

Request

URL: /v1/idenfy/session

Method: GET

Path Parameters: None

Query Parameters: None

Headers:

Authorization: Bearer {accessToken}

✅ Success Response

Code: 200 OK

Headers:

Content-Type: application/json

Content:

Field Type Description Condition
authToken string Token to be used by the client for subsequent session calls to the iDenfy platform. Always
expirityTime number Token duration in seconds. Always

Content example:

{
    "authToken": "eceb5b5e22bdfafd5bd7b036b10aa94152b534bc",
    "expirityTime": 18000
}

❌ Error Response

Code: 401 UNAUTHORIZED

Condition: If {accessToken} is invalid or expired.

See Also

Report iDenfy Verification Result (Callback)

Clone this wiki locally