get https://api.mercury.com/api/v1/categories
Scope: Fetch Categories
Response Schema:
[
{
"id": string,
"name": string,
}
]
The returned id
can be used to PATCH
transactions.
Scope: Fetch Categories
Response Schema:
[
{
"id": string,
"name": string,
}
]
The returned id
can be used to PATCH
transactions.