cURL
curl --request POST \ --url https://b2b-api.dev-riseworks.io/v2/auth/verify \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>", "sig": "<string>", "nonce": "<string>" }'
{ "success": true, "data": { "jwt": "<string>" } }
The original SIWE message that was signed by the user.
The signature generated by the user when signing the SIWE message.
A unique nonce to prevent replay attacks.
Default Response
Show child attributes