latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Push Notification

Add App for enabling push notification

Mobile push messages wake up PortSIP Solutions Soft Phone or other Client Apps on mobile device so that a call or Instant Message can be accepted, reducing battery usage and improving reliability Android devices receive push notifications from Firebase Cloud Messaging Server; iOS devices receive push notifications from APNs.

post/mobile_push

Request body

app_namestring

Application name.

enabledboolean

Enabled this notification or not.

mode'PRODUCTION' | 'DEVELOPMENT'

Connect to Apple/Google development push server or production push server:

  • PRODUCTION: Connect to Apple/Google production push server.
  • DEVELOPMENT: Connect to Apple/Google development push server.
android_service_accountstring

The Firebase Cloud Messaging service account JSON file.

ios_certificatestring

Content of this APNs SSL certificate key file.

ios_private_keystring

Content of this APNs SSL private key file.

Response

Created push

idstring

The unique ID of the resource.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}