Pular para o conteúdo principal
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": []
}

Autorizações

x-kiwify-account-id
string
header
obrigatório
Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

Resposta

Response description

id
string
Exemplo:

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

name
string
Exemplo:

"Meu Produto"

type
string
Exemplo:

"membership"

created_at
string
Exemplo:

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

currency
string
Exemplo:

"BRL"

price
number
Exemplo:

1000

affiliate_enabled
boolean
Exemplo:

true

status
string
Exemplo:

"active"

payment_type
string
Exemplo:

"charge"

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