POST
/
onboarding
/
createSessionLink
curl --request POST \
  --url https://sandbox-umbrella-api.azurewebsites.net/api/services/onboarding/createSessionLink \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "user@example.com",
  "phoneNumber": "+436769556026",
  "redirectUrl": "https://google.com",
  "docUrl": "https://facematchfast-files.namirial.com/NamirialOnboarding_TEST.pdf"
}'
{
  "success": true,
  "data": {
    "url": "https://test-eu-api.example.com/session",
    "expiresAfter": "2023-11-07T05:31:56Z"
  }
}

For a usage description of the QES Onboarding Create Session Link Service, please refer to the QES Onboarding page.

Endpoint

POST /onboarding/createSessionLink

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Session link successfully created

The response is of type object.

POST
/
onboarding
/
createSessionLink
curl --request POST \
  --url https://sandbox-umbrella-api.azurewebsites.net/api/services/onboarding/createSessionLink \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "user@example.com",
  "phoneNumber": "+436769556026",
  "redirectUrl": "https://google.com",
  "docUrl": "https://facematchfast-files.namirial.com/NamirialOnboarding_TEST.pdf"
}'
{
  "success": true,
  "data": {
    "url": "https://test-eu-api.example.com/session",
    "expiresAfter": "2023-11-07T05:31:56Z"
  }
}

For a usage description of the QES Onboarding Create Session Link Service, please refer to the QES Onboarding page.

Endpoint

POST /onboarding/createSessionLink

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Session link successfully created

The response is of type object.