Initialize verification
Initialize verification
With this request, you can start process of identity verification. In the request you can provide API with adress of your webhook server, where result of the verification will be sent. You can also send an url to which user will be redirected after verification. In response you will be provided with link to the verification website.
POST
https://professional.signius.eu:8300/api/ra/users/{{user_email}}/identity-verification/{{method of verification}}
Headers
Name | Value |
---|---|
Content-Type |
|
Body
Name | Type | Description |
---|---|---|
| string | Address to your webhook server |
| string | Address to which the user will be redirected after verification |
Response
Webhook
After verification a following response will be send to your webhook server:
Last updated