List push notification content templates
GET {{baseUrl}}/v3/applications/push/message_templates
List push notification content templates
Retrieves a list of push notification content templates of an application.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"push_message_templates":[{"template_name":"\u003cstring\u003e","template":{"MESG":"\u003cstring\u003e","FILE":"\u003cstring\u003e","ADMM":"\u003cstring\u003e"}},{"template_name":"\u003cstring\u003e","template":{"MESG":"\u003cstring\u003e","FILE":"\u003cstring\u003e","ADMM":"\u003cstring\u003e"}}]}