Skip to main content
GET
/
templates
List WhatsApp templates
curl --request GET \
  --url https://api.getnexor.ai/api/public/templates \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "templates": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "language": "<string>",
      "components": [
        {}
      ],
      "variables": [
        {}
      ]
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Query Parameters

status
enum<string>

Filter by template status

Available options:
APPROVED,
PENDING,
REJECTED
category
enum<string>

Filter by template category

Available options:
MARKETING,
UTILITY,
AUTHENTICATION

Response

Successful response

success
boolean
templates
object[]
Last modified on June 18, 2026