Categories APIs
Overview
1. Get Categories by Organization
[ { "_id": "cat_17116811-71d3-48d5-819c-9b5ae1ad9aa1", "doc_name": "category", "name": "OnlyForMessages", "apply_to": [ "email_templates", "message_template" ], "is_default": false, "organization_id": "org_imbrace", "is_deleted": false, "public_id": "cat_17116811-71d3-48d5-819c-9b5ae1ad9aa1", "created_at": "2025-10-28T08:52:30.683Z", "id": "cat_17116811-71d3-48d5-819c-9b5ae1ad9aa1" }, { "_id": "cat_67250f22-1555-4d96-8853-f96f35395ed5", "doc_name": "category", "name": "new category from msg temp", "description": "new category from msg temp", "apply_to": [], "is_default": false, "organization_id": "org_imbrace", "is_deleted": false, "public_id": "cat_67250f22-1555-4d96-8853-f96f35395ed5", "created_at": "2024-08-09T03:08:17.175Z", "id": "cat_67250f22-1555-4d96-8853-f96f35395ed5" }, { "_id": "cat_af8c8843-9ccc-4819-9a5e-a01183d8e8b2", "doc_name": "category", "name": "new category", "description": "new category", "apply_to": [], "is_default": false, "organization_id": "org_imbrace", "is_deleted": false, "public_id": "cat_af8c8843-9ccc-4819-9a5e-a01183d8e8b2", "created_at": "2024-08-09T03:06:17.645Z", "id": "cat_af8c8843-9ccc-4819-9a5e-a01183d8e8b2" }, { "_id": "cat_3a07820c-5d4b-457c-8742-a5b13331f9e9", "doc_name": "category", "name": "new cat cat", "description": "", "apply_to": [], "is_default": false, "organization_id": "org_imbrace", "is_deleted": false, "public_id": "cat_3a07820c-5d4b-457c-8742-a5b13331f9e9", "created_at": "2024-07-17T07:35:44.602Z", "id": "cat_3a07820c-5d4b-457c-8742-a5b13331f9e9" } ]{ "message": "organization_id is required" }{ "message": "Unauthorized" }{ "message": "Organization not found" }curl --location 'https://app-gateway.dev.imbrace.co/3rd/categories?organization_id=org_imbrace' \ --header 'x-access-token: api_2f576a7d-f7eb-4748-9ec0-b295d7204de1'
2. Get Category by ID
3. Create Category
4. Update Category
5. Delete Category
Last updated