Category API
Endpoints related to Categories.
Create a new Category.
Use Authorization: Bearer <base64(api_key)>
Name of the Category.
Matching predicate, if creating a Dynamic Category.
Add this parameter if you want the created category to be pinned.
Success response
Error response
Disables the bookmark feature by removing the link to any category. Returns the ID of the previously linked category.
Use Authorization: Bearer <base64(api_key)>
Success response
Success response
Links the bookmark feature to the specified static category. This determines which category archives are added to when using the bookmark button.
Use Authorization: Bearer <base64(api_key)>
Success response
Error response
Category with specified ID does not exist
Modify a Category.
Use Authorization: Bearer <base64(api_key)>
New name of the Category
Predicate. Trying to add a predicate to a category that already contains Archives will give you an error.
Add this argument to pin the Category. If you don't, the category will be unpinned on update.
Success response
Error response
The Category is currently locked for modification
Adds the specified Archive ID (see Archive API) to the given Category.
Use Authorization: Bearer <base64(api_key)>
Archive ID to add.
Result
The category ID is currently locked for modification
Remove an Archive ID from a Category.
Use Authorization: Bearer <base64(api_key)>
Archive ID to remove.
Result
The category ID is currently locked for modification
Last updated