Claim an Item
Claim an item as/for the customer. The item must be created before claiming it.
Endpoint Information
- Method: POST
- URL:
/v1/{chain}/item/claim/{itemId}
- Authentication Required: Yes
Authentication
An up-to-date Bearer PASETO token must be provided in the Authorization
header.
Responses
200 OK
– The item was successfully claimed.400 Bad Request
– The item is already claimed.401 Unauthorized
– The user is not authorized to claim the item.