Get categories
GET
/public/v3/account_types/{account_type}/transaction_categories
Parameter | Data type | Required? | Description |
---|---|---|---|
account_type | string | yes | Available options: Personal or Business |
none
none
Parameter | Data type | Required? | Description |
---|---|---|---|
id | string | yes | Unique identification of the category. |
name | string | yes | Full name of the category |
income_expenditure | string | yes | Flag determines if the category is for income or expenditures. Allowed:(income, expenditure) |
1
2
3
curl --location --request GET 'https://api.friendlyscore.com/public/v3/account_types/Personal/transaction_categories' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}'
1
2
3
4
5
6
7
{
"Transfer Out": {
"id": "Transfer Out",
"name": "Transfer Out",
"income_expenditure": "expenditure"
}
}
Was this article helpful?
Friendly Score UK Ltd.
84 Brook Street
London W1K 5EH
Call us on +44 20 3709 6726
Company registered in England
Company number 09168668, ICO ZA111687
VAT registration number 206 9758 80
Authorised and Regulated by the Financial Conduct Authority. (FRN: 821100, 781963)