Skip to main content
GET
List Snippets

Authorizations

x-api-key
string
header
required

Your application's unique ID.

x-api-secret
string
header
required

Your application's secret key.

Query Parameters

page
integer
default:1

The page number for pagination.

perPage
integer
default:10

The number of items to return per page.

Search query for snippet name.

messageType
enum<string>

Filter by message type.

Available options:
text,
image,
audio,
document,
video,
sticker,
location,
contacts,
interactive

Response

A paginated list of snippets.

status
integer
Example:

200

success
boolean
Example:

true

error
null
Example:

null

snippets
object[]
totalCount
integer
Example:

100

currentPage
integer
Example:

1

perPage
integer
Example:

10