GET
/
api
/
external
/
v2
/
category_groups
/
{id}
Retrieve a category group
curl --request GET \
  --url https://app.pennylane.com/api/external/v2/category_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 989,
  "label": "Types de dépenses / revenus",
  "categories": {
    "url": "https://app.pennylane.com/api/external/v2/category_groups/42/categories"
  },
  "created_at": "2023-08-30T10:08:08.146343Z",
  "updated_at": "2023-08-30T10:08:08.146343Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/json

Returns a category group

The response is of type object.