Fetches a list of product registrations with optional filters such as email, collection, token, wallet, and status. Results can be paginated and ordered by various fields. The endpoint supports filtering by registration status, date range, and various identifiers.
The API key required for accessing protected routes. It should be included in the request headers as x-api-key.
Filter registrations by email address.
Filter registrations by collection ID.
Filter registrations by token ID.
x >= 1Filter registrations by wallet address.
Filter registrations by short URL.
Filter registrations by status.
AWAITING_MINT, COMPLETE Filter registrations created after this date.
Filter registrations created before this date.
The maximum number of items to return (1-1000).
1 <= x <= 1000The number of items to skip before starting to collect the result set.
x >= 0The sort order of the results.
asc, desc The field by which to order the results.
If true, returns additional pagination metadata including total count and total pages.