Unlock

Unlock Media

post

Verify NFT ownership to unlock media file.

Body
MetaMessagestringRequired
MetaSignaturestringRequired
ownerAddressstringOptional
userAddressstringOptional
mediaIdstringOptional
zoomIdstringOptional
Responses
200
OK
post
POST /api/auth/unlock 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?