SUQODocs
User GuideAPI ReferenceSDKs

Products

List your active products together with their plans, billing periods, and VAT configuration. Use the pbp_id of a billing period to create a subscription.

List products

GET
/api/v1/products/

Lists the authenticated seller's active products. Paginated — see Page through list results. No KYC required — this is the only endpoint that works before your account is KYC-verified.

Response

Status: 200 OK — paginated.

FieldTypeDescription
product_idstringProduct UUID
namestring
descriptionstring
typestringProduct type
is_activeboolean
terms_and_conditionsstring
features_and_benefitsstring
vatobject | null{is_vat_active, vat_type, vat_percentage}
product_imagearrayOrdered images (blank images excluded)
planarraySee Plan object
total_subscribersstringCount of active subscribers
created_at / updated_atdatetime

The nested plan[] and billing_periods[] shapes are in Object fields.

Next step: Grab a pbp_id from billing_periods[] and pass it to Create a subscription.

On this page