Get categories
Fetch custom user-level categories from Spade’s database.
This endpoint returns a list containing all custom categories that the user with the given userId has created.
To learn more about user category personalization, please read the User Category Personalization Guide.
Authorizations
Path Parameters
The userId of the relevant user.
Response
Successful operation
A unique identifier for this category.
"4d5419f1-bcde-40f5-9168-7f8989b9c55f"
The category's name
"Kitchen Remodel"
The category's icon, potentially inherited from the parent category.
"https://static.v2.spadeapi.com/categories/ee4ee39fd5474d31ac42f9e606b9040a/light.png"
Array with increasingly specific category information.
[
{
"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"
}
]
