Application

Number of APIs: 29

  1. Update a push notification content template PUT {{baseUrl}}/v3/applications/push/message_templates/:template_name

  2. Unban users in channels with a custom channel type DELETE {{baseUrl}}/v3/applications/settings_by_channel_custom_type/:custom_type/ban?user_ids=<string>&user_ids=<string>

  3. List muted users in channels with a custom channel type GET {{baseUrl}}/v3/applications/settings_by_channel_custom_type/:custom_type/mute

  4. Mute users in channels with a custom channel type POST {{baseUrl}}/v3/applications/settings_by_channel_custom_type/:custom_type/mute

  5. List banned users in channels with a custom channel type GET {{baseUrl}}/v3/applications/settings_by_channel_custom_type/:custom_type/ban

  6. Ban users in channels with a custom channel type POST {{baseUrl}}/v3/applications/settings_by_channel_custom_type/:custom_type/ban

  7. Add a FCM push configuration POST {{baseUrl}}/v3/applications/push/fcm

  8. Add an HMS push configuration POST {{baseUrl}}/v3/applications/push/hms

  9. Add an APNs push configuration POST {{baseUrl}}/v3/applications/push/apns

  10. List push notification content templates GET {{baseUrl}}/v3/applications/push/message_templates