Categories
Get all categories
⚠️
Authentication This endpoint requires app-scoped authentication.
Gets a list of all NZFCC categories that may be returned on a transaction.
get/categories
Response
Successful response.
Example response
{
"success": true,
"items": [
{
"_id": "nzfcc_1111111111111111111111111",
"name": "Cafes & Restaurants",
"groups": {
"personal_finance": {
"_id": "group_1111111111111111111111111",
"name": "Lifestyle"
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.