Unlock
Verify NFT ownership to unlock media file.
Body
MetaMessagestringRequired
MetaSignaturestringRequired
ownerAddressstringOptional
userAddressstringOptional
mediaIdstringOptional
zoomIdstringOptional
Responses
200
OK
403
Requested video is age protected and user is not age verified/ There's no unlocking information about the media file and the file is not a demo/ Error during NFT verification Code/ Verification failed
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?