Registrations API
Create an email registration
Creates 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.
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 and sent verification email.
A product registration record containing customer information, product details, and collection association.