Skip to main content
GET
/
api
/
v1
/
templates
List WhatsApp templates
curl --request GET \
  --url https://app.flowella.io/api/v1/templates \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "source": "meta",
      "name": "<string>",
      "language": "<string>",
      "status": "<string>",
      "wabaId": "<string>",
      "whatsappChannelId": "<string>",
      "metaTemplateId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "nextCursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://knowledge.flowella.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Organization API key (flo_…). Send as Authorization: Bearer <key>.

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
cursor
string
status
string

Filter by TemplateStatus (e.g. APPROVED, PENDING, REJECTED).

whatsappChannelId
string
Maximum string length: 200

Response

Paginated templates

items
object[]
required
nextCursor
string