get https://app.pennylane.com/api/external/v1/plan_items
This endpoint returns a list of plan items
Log in to see full request history
Responses
This endpoint returns a list of plan items
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/plan_items \
--header 'accept: application/json'
xxxxxxxxxx
16{
"total_pages": 5,
"current_page": 1,
"plan_items": [
{
"number": "706000000",
"label": "Prestations de service",
"enabled": true,
"vat_rate": "FR_200",
"country_alpha2": "FR",
"description": "string",
"v2_id": 1234
}
],
"total_plan_items": 12
}