Registrations API
Get registration
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.
GET
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The ID, short URL, or collection slug of the registration to fetch.
Query Parameters
Specify whether to query by ID
, SHORT_URL
, or SLUG
. Defaults to ID
if not provided.
Available options:
ID
, SHORT_URL
, SLUG
Required when type is SLUG. Optional for other types to filter by token ID.
Required range:
x >= 1
Response
200
application/json
Successfully retrieved registration.
A product registration record containing customer information, product details, and collection association.