Products

Product operations. Products exist in three types:

  • digital - Digital product. Any Telegram message with optional attachments

  • custom - Custom product. On-demand content, e.g., personalized video greetings

  • physical - Physical product. Merchandise with shipping, e.g., printed t-shirts

All amounts are in smallest currency units (cents/kopecks)

Get Products List

get

Returns a paginated list of products

Authorizations
Api-KeystringRequired

API key for authentication.

Query parameters
pageinteger · min: 1Optional

Page number

Default: 1
sizeinteger · min: 1 · max: 100Optional

Items per page

Default: 20
typestring · enumOptional

Filter by product type

Possible values:
descbooleanOptional

Sort by ID descending

Default: false
Responses
200

Successful response

application/json
get
/products

Get Product by ID

get

Returns a single product by its ID

Authorizations
Api-KeystringRequired

API key for authentication.

Path parameters
idintegerRequired

Product ID

Responses
200

Successful response

application/json
get
/products/{id}

Last updated