Skip to main content
GET
Retrieve all configured quick reply snippets for your organization. Responses are served from a low-latency Redis cache with automatic pagination controls.

Authentication

This endpoint requires Bearer token authentication.

Query Parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
integer
default:"100"
Maximum number of quick replies to retrieve per page (1 to 100).
integer
default:"1"
Current page index (minimum 1).

Response Fields

boolean
Indicates whether additional items exist beyond the current page.
integer
The requested page size limit.
integer
Current page index.
integer
Total number of quick replies registered for the organization.
object[]
Array of quick reply objects.