Create a custom integration-level category.
This category will be available to all users of your integration.
To learn more about category personalization, please read the Category Personalization Guide.
Documentation Index
Fetch the complete documentation index at: https://docs.spade.com/llms.txt
Use this file to discover all available pages before exploring further.
Schema for creating a custom category.
The name of the category (must be unique per integration / user).
"Kitchen Remodel"
The ID of the new category's parent. Can be a Spade category ID (e.g. "011-000-000-000") or a custom category ID (e.g. "e4cf5379-583f-44ed-b625-366044e666e6").
"011-000-000-000"
Successful operation
The newly created category.
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"
}
]