POST
/
v1
/
products
/
guest-register

Authorizations

x-api-key
string
headerrequired

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Body

application/json
email
string
required

The email address of the guest.

collection_id
integer

The collection ID associated with the product.

wallet_address
string
required

The wallet address of the guest.

short_url
string
required

The short URL associated with the registration.

wallet_type
enum<string>

Type of wallet used for registration.

Available options:
PERSONAL,
DYNAMIC

Response

200 - application/json
success
boolean
email
string

The email of the registered guest.

registration_id
string

The ID of the product registration.