Comment on page

Sign in request

Sign in request API specification

Generate
🔓

To create a sign in request as a dApp, call the following endpoint with the necessary parameters.
This is a protected call which uses API authentication. See how to implement it in API authentication section.
post
/api/sign-in-requests
Each sign in request has 7 days to be signed or rejected before it expires.

Get

With the provided sign in token, this method will return all pertinent information from the sign in request.
get
/api/sign-in-requests/{signInToken}