GET
/
products
/
{id}
cURL
curl --request GET \
  --url https://public-api.kiwify.com/v1/products/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-kiwify-account-id: <api-key>'
{
  "id": "20072760-3699-11ee-b627-87e13b212de8",
  "store_id": "XvS0qfkdzCZTg8z",
  "name": "pix test",
  "type": "membership",
  "created_at": "2023-08-09T09:42:59.074Z",
  "currency": "BRL",
  "price": 500,
  "affiliate_enabled": false,
  "status": "active",
  "payment_type": "charge",
  "shipping_options": [
    {
      "id": "928b5935-a3d9-4f21-879d-f46c1b30d9f0",
      "name": "Frete Gratis",
      "price": 0
    }
  ],
  "links": [
    {
      "id": "KMgND1r",
      "custom_name": null,
      "status": "active",
      "is_sales_page": false
    }
  ],
  "bumps": [
    {
      "id": "9811cdd9-45e9-456d-8c3b-114a7cf6fa33",
      "color": "#f7f7f7",
      "link": {
        "id": "AbDFGi0",
        "custom_name": null,
        "product_id": "828b5935-a2d9-3f21-279d-146c1b30d9f0",
        "status": "active",
        "is_sales_page": false
      }
    }
  ],
  "offers": [],
  "event_settings": null,
  "event_batches": [],
  "subscriptions": [],
  "revenue_partners": []
}

Authorizations

x-kiwify-account-id
string
header
required
Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Response

Response description

id
string
Example:

"7b5dc633-6b10-4b98-90c7-ea20a7610bd0"

name
string
Example:

"Meu Produto"

type
string
Example:

"membership"

created_at
string
Example:

"2023-08-09T09:42:59.074Z"

currency
string
Example:

"BRL"

price
number
Example:

1000

affiliate_enabled
boolean
Example:

true

status
string
Example:

"active"

payment_type
string
Example:

"charge"

bumps
object[]
offers
object[]
event_settings
object
event_batches
object[]
subscriptions
object[]
revenue_partners
object[]