Endpoint
Authentication
Path Parameters
string
required
Your Convo project ID.
Query Parameters
number
The maximum number of templates to return per page. Must be between
1 and 100. Defaults to 10.string
A pagination cursor. When provided, returns the page of results immediately before this cursor. Use the
paging.cursors.before value from a previous response.string
A pagination cursor. When provided, returns the page of results immediately after this cursor. Use the
paging.cursors.after value from a previous response to fetch the next page.Request Example
Response
A successful request returns200 OK with a data array of template objects and a paging object for cursor navigation.
Templates with
status: "REJECTED" include a rejected_reason field explaining why WhatsApp declined the template. Address the stated issues before resubmitting.