Fetches a single product registration by its unique identifier (ID), short URL, or collection slug. Use the type
query parameter to specify whether to query by ID
, SHORT_URL
, or SLUG
. When using SLUG
type, a token_id
must be provided.
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
The ID, short URL, or collection slug of the registration to fetch.
Specify whether to query by ID
, SHORT_URL
, or SLUG
. Defaults to ID
if not provided.
ID
, SHORT_URL
, SLUG
Required when type is SLUG. Optional for other types to filter by token ID.
x >= 1
Successfully retrieved registration.
A product registration record containing customer information, product details, and collection association.