Get challenge

Intent "login" to check if want to make signature request to login to system or unlock a video.

Get Auth Challenge

post

Generate signature challenge for web3 wallets.

Body
userAddressstringRequired
intentstringRequired
ownerAddressstringOptional
mediaIdstringOptional
zoomIdstringOptional
Responses
200
OK
post
POST /api/auth/get_challenge HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 93

{
  "userAddress": "text",
  "intent": "text",
  "ownerAddress": "text",
  "mediaId": "text",
  "zoomId": "text"
}

No content

Was this helpful?