cURL
curl --request GET \ --url https://app.sure.am/api/v1/categories/{id} \ --header 'Authorization: <authorization>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "classification": "income", "color": "<string>", "icon": "<string>", "subcategories_count": 1, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "parent": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } }
Bearer token with read scope
Category ID
subcategory retrieved with parent
income
expense
x >= 0
Show child attributes