GET
/
products
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Product Id

Response

200 - application/json
business_id
string
required
created_at
string
required
is_recurring
boolean
required
price
object
required
product_id
string
required
tax_category
enum<string>
required

Represents the different categories of taxation applicable to various products and services.

Available options:
digital_products,
saas,
e_book
updated_at
string
required
description
string | null
image
string | null
name
string | null