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
Create a new sign in request
Header parameters
Content-TypestringRequiredDefault:
application/json
application/jsonx-timestampstringOptional
The timestamp of the request
x-signaturestringOptional
The signature of the request
x-api-keystringOptional
The API key of the dApp
Responses
201Success
application/json
403
Forbidden
404
DApp not found
post
/api/sign-in-requestsGet
With the provided sign in token, this method will return all pertinent information from the sign in request.
get
Path parameters
signInTokenstringRequired
Sign in request identifier
Header parameters
Content-TypestringRequiredDefault:
application/json
application/jsonResponses
200Success
application/json
get
/api/sign-in-requests/{signInToken}200Success
Last updated