"POST /openapi/v1/users/info" method

Getting a personal link to the user portal.

Request

Header:

Body:

Example of the body of a request:

{

    email: 'some@email.com'

}

Response

link – a string – the personal link to the user portal.

Example of a response:

{

    link: https://domain.com/verify/a69d1294ad5ec5d286b7e4a8d9203a21

}

Possible errors

To the top