get https://app.pennylane.com/api/external/v1/category_groups
This endpoint returns a list of category groups
Log in to see full request history
Responses
This endpoint returns a list of category groups
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/category_groups \
--header 'accept: application/json'
xxxxxxxxxx
29}
{
"total_pages": 0,
"current_page": 0,
"total_category_groups": 0,
"category_groups": [
{
"id": 0,
"label": "string",
"default_tag_id": 0,
"qonto_id": 0,
"icon": "string",
"source_id": "string",
"categories": [
{
"source_id": "38a1f19a-256d-4692-a8fe-0a16403f59ff",
"group_source_id": "03b961bb-09ad-4789-b1c3-a77875773b82",
"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
}
],