Saltar al contenido principal
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": [
        {}
      ]
    }
  ]
}

Autorizaciones

X-API-Key
string
header
requerido

API key for authentication. Keys are prefixed with nxr_live_.

Parámetros de consulta

status
enum<string>

Filter by template status

Opciones disponibles:
APPROVED,
PENDING,
REJECTED
category
enum<string>

Filter by template category

Opciones disponibles:
MARKETING,
UTILITY,
AUTHENTICATION

Respuesta

Successful response

success
boolean
templates
object[]
Última modificación el 18 de junio de 2026