List all snippets
List all snippets
GET
List all snippets
Retrieves all snippets belonging to the authenticated user’s organization.
Authorizations
Response
200 - application/json
Snippets retrieved successfully.
Unique identifier for the snippet
Example:
42
Title of the snippet
Maximum string length:
250Example:
"Welcome Message"
Timestamp when the snippet was created (UTC)
Example:
"2024-01-15T10:30:00Z"
Number of times this snippet has been applied
Example:
15
Array of category IDs this snippet belongs to (0 represents root category)
Example:
[1, 3]Array of actions to be applied when the snippet is used
Example:
[
{
"id": 1,
"name": "status",
"data": { "status": "closed" },
"sort": 0
}
]Optional keyboard shortcut to quickly insert the snippet (lowercase, numbers, and dashes only)
Maximum string length:
40Pattern:
^[a-z0-9-]*$Example:
"welcome"
Timestamp when the snippet was last applied to a conversation (UTC)