For the complete documentation index, see llms.txt. This page is also available as Markdown.

List of verification methods

Get list of available verification methods

With this request, you are able to get verification methods available to the user.

GET https://professional.signius.eu:8300/api/ra/users/{{user_email}}/identity-verification/methods

Headers

Name
Value

Content-Type

application/json

Response

[
    {list of available verification methods}
]

Last updated