Authorizations
Path Parameters
The userId
of the relevant user.
Response
Successful operation
An array of categories. Spade categories are returned first, followed by custom categories.
A unique identifier for this category.
Examples:
"4d5419f1-bcde-40f5-9168-7f8989b9c55f"
The category's name
Examples:
"Kitchen Remodel"
The category's icon, potentially inherited from the parent category.
Examples:
"https://static.v2.spadeapi.com/categories/ee4ee39fd5474d31ac42f9e606b9040a/light.png"
Array with increasingly specific category information.
Examples:
[
{
"id": "011-000-000-000",
"name": "Retail",
"icon": "https://static.v2.spadeapi.com/categories/ee4ee39fd5474d31ac42f9e606b9040a/light.png"
},
{
"id": "4d5419f1-bcde-40f5-9168-7f8989b9c55f",
"name": "Kitchen Remodel",
"icon": "https://static.v2.spadeapi.com/categories/ee4ee39fd5474d31ac42f9e606b9040a/light.png"
}
]