AddPushCredential
Adds push credentials.
Allowed roles: Owner, Admin, Developer.
Example request: Add new Apple credentials.
Adds push credentials.
Allowed roles: Owner, Admin, Developer.
Example request: Add new Apple credentials.
The push provider name. The possible values are APPLE, APPLE_VOIP, GOOGLE, HUAWEI. Required unless push_provider_id is provided.
The push provider id. The possible values are: 1 — APPLE, 2 — GOOGLE, 3 — APPLE_VOIP, 5 — HUAWEI. Required unless push_provider_name is provided.
The application name that can be used instead of application_id
The bundle of Android/iOS/Huawei application
The parameter is required, when set ‘cert_content’ as POST body. Credentials for APPLE push
The service account key file, provided by Google. Can be used instead of server_key. Credentials for GOOGLE push
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.