Login
Verify the signed message from a web3 wallet or Web3Auth smart account.
Body
MetaMessagestringRequired
MetaSignaturestringRequired
ownerAddressstringOptional
userAddressstringOptional
mediaIdstringOptional
zoomIdstringOptional
Responses
200
OK
400
Missing values in body
403
Web3 verification failed
404
User not found
post
POST /api/auth/login HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 121
{
"MetaMessage": "text",
"MetaSignature": "text",
"ownerAddress": "text",
"userAddress": "text",
"mediaId": "text",
"zoomId": "text"
}
No content
Was this helpful?