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.

https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-list-push-notification-content-templates

HEADERS

KeyDatatypeRequiredDescription
Api-Tokenstring(Required)
Acceptstring

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"}}]}