Access
Generate a nonce for signature authentication
Generates a nonce that can be used for message signing to authenticate a user, valid for 10 minutes.
GET
/
v1
/
access
/
nonce
Authorizations
x-api-key
string
headerrequiredThe API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Response
200 - application/json
id
string
The ID of the created access code record.
message
string
The message to be signed by the user for authentication.
nonce
string
The nonce value used for authentication.