Integration Categories
API for managing integration template categories
Overview
List Categories
curl -XGET "http://[API-URL]/categories" \
-H "Authorization: Bearer [ACCESS_TOKEN]"[
{
"id": "5f8a7b2c3d4e5f6a7b8c9d0e",
"name": "CRM",
"description": "Customer relationship management integrations",
"created": 1678901234567,
"mtime": 1678901234567
},
{
"id": "5f8a7b2c3d4e5f6a7b8c9d0f",
"name": "Marketing",
"description": "Marketing automation and analytics tools",
"created": 1678901234568,
"mtime": 1678901234568
}
]Get Category
Create Category
Request Body
Name
Type
Description
Update Category
Request Body
Name
Type
Description
Delete Category
Assigning Categories to Templates
Create Flow with Categories
Update Flow Categories
Get Flow with Categories
Category Restrictions
Category Validation
Validation Example
Use Cases
Marketplace Organization
Example Workflow
Audit Logging
Last updated
Was this helpful?
