Skip to main content
GET
/
api:AFRA_QCy
/
get_templates
cURL
curl -X GET \
  'https://api.insightssystem.com/api:AFRA_QCy/get_templates' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_API_KEY'
[
  {
    "id": 123,
    "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "category": "<string>",
    "type": "<string>",
    "language": "<string>",
    "status": "<string>",
    "variable_counts": 123,
    "template_formate": "<string>",
    "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

Authorization
string
header
required

Your Notifier System API Token

Response

List of templates

id
integer

The unique identifier for the template

user_id
string<uuid>

UUID of the user who owns the template

name
string

Descriptive name of the template

category
string

Category of the template (e.g., MARKETING, UTILITY)

type
string

The type of template (e.g., text)

language
string

Language code of the template (e.g., en, en_US)

status
string

Approval status of the template (e.g., APPROVED, REJECTED)

variable_counts
integer

Number of variable placeholders in the template

template_formate
string

Format string showing variable placement (e.g., [b:7])

template_id
string<uuid>

UUID of the template

I