get https://app.pennylane.com/api/external/v1/categories
This endpoint returns a list of categories.
Log in to see full request history
Responses
This endpoint returns a list of categories.
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/categories \
--header 'accept: application/json'
xxxxxxxxxx
20{
"total_pages": 1,
"current_page": 20,
"total_categories": 42,
"categories": [
{
"id": 42,
"source_id": "38a1f19a-256d-4692-a8fe-0a16403f59ff",
"group_source_id": "03b961bb-09ad-4789-b1c3-a77875773b82",
"group_v2_id": 1234,
"group_label": "Category Group Label",
"label": "Alimentaire",
"direction": "cash_in",
"is_editable": true,
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z",
"v2_id": 1234
}
]
}