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" } ]
Retrieve a list of all templates associated with your account
Your Notifier System API Token
List of templates
The response is of type object[].
object[]