Português (BR)
cURL
curl --request GET \ --url https://public-api.kiwify.com/v1/products \ --header 'Authorization: Bearer <token>' \ --header 'x-kiwify-account-id: <api-key>'
{ "pagination": { "count": 10, "page_number": 1, "page_size": 10 }, "data": [ { "id": "1286a0c0-d492-11ed-9709-c3c5046ec174", "name": "Produto teste", "type": "membership", "created_at": "2023-04-06T15:45:36.013Z", "currency": "BRL", "price": null, "affiliate_enabled": false, "status": "active", "payment_type": "recurring" } ] }
Obtenha uma lista de todos os produtos.
The access token received from the authorization server in the OAuth 2.0 flow.
Get Products
The response is of type object.
object