View a push configuration
GET {{baseUrl}}/v3/applications/push/:push_type/:provider_id
View a push configuration
Retrieves a specific push configuration of an application. The type of a push configuration is either fcm, huawei, or apns.
https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-view-a-push-configuration
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Api-Token | string | (Required) | |
| Accept | string | 
RESPONSES
status: OK
{"push_configurations":[{"id":"\u003cstring\u003e","push_type":"\u003cstring\u003e","created_at":"\u003cnumber\u003e","api_key":"\u003cstring\u003e","sender_id":"\u003cstring\u003e","push_sound":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","push_type":"\u003cstring\u003e","created_at":"\u003cnumber\u003e","api_key":"\u003cstring\u003e","sender_id":"\u003cstring\u003e","push_sound":"\u003cstring\u003e"}]}