v1

latestOpenAPI 3.0.32026-07-13142734.3 KB
asset

Unlock asset for a user

Use this endpoint for unlocking an asset for a user

put/assets/{assetId}/unlock

Path parameters

assetIdstring required

The id of the asset

Request body

Example request

{
  "data": {
    "userId": "64943d471dc01e086ac887ee"
  }
}

Response

If the asset was successfully unlocked for the user, it would return status 204. No response body.