cURL
curl --request POST \ --url https://community.kuest.com/auth/verify \ --header 'Content-Type: application/json' \ --data ' { "address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839", "signature": "<string>" } '
{ "token": "<string>", "expires_at": "2023-11-07T05:31:56Z", "profile": { "id": "<string>", "address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839", "username": "<string>", "avatar_url": "<string>", "proxy_wallet_address": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Verifies a signed login message and returns a session token.
0x-prefixed EVM address (40 hex chars).
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Session created.
Show child attributes
Was this page helpful?