View a push notification content template
GET {{baseUrl}}/v3/applications/push/message_templates/:template_name
View a push notification content template
Retrieves information on a specific push notification content templates of an application. The name of a content template is either default
or alternative
.
https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-view-a-push-notification-content-template
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"},"push_message_preview":{"MESG":"\u003cstring\u003e","FILE":"\u003cstring\u003e","ADMM":"\u003cstring\u003e"}},{"template_name":"\u003cstring\u003e","template":{"MESG":"\u003cstring\u003e","FILE":"\u003cstring\u003e","ADMM":"\u003cstring\u003e"},"push_message_preview":{"MESG":"\u003cstring\u003e","FILE":"\u003cstring\u003e","ADMM":"\u003cstring\u003e"}}]}