curl --location -g --request GET 'https://api.synci.io/api/v1/destinations/ynab/budgets//categories?sort&include&page[size]&page[number]&filter[id]&filter[budget_id]&filter[ynab_id]&filter[name]&filter[note]&filter[category_group_id]&filter[category_group_name]&filter[hidden]&filter[deleted]' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"budget_id": 0,
"ynab_id": "string",
"name": "string",
"transfer_account_id": "string",
"deleted": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}