Registrations API
Create a wallet registration
Creates a new product registration using a wallet address. This endpoint is used to register a product using a blockchain wallet address. The registration can be associated with a specific collection and token ID.
POST
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Body
application/json
Response
201
application/json
Successfully created registration.
A product registration record containing customer information, product details, and collection association.
Previous
Create an email registrationCreates a new product registration using an email address. This endpoint is used to register a product using an email address. The registration can be associated with a specific collection and token ID. An email verification will be sent to the provided address.
Next