GET
https://api.insightssystem.com
/
api:AFRA_QCy
/
get_templates
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

200
application/json

List of templates

The response is of type object[].