POST /v1/Credentials/{Sid}
Update an existing push notification credential on your account
Servers
- https://conversations.twilio.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
Sid |
String | Yes |
A 34 character string that uniquely identifies this resource. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
Certificate |
String | No |
[APN only] The URL encoded representation of the certificate. For example,
|
Sandbox |
Boolean | No |
[APN only] Whether to send the credential to sandbox APNs. Can be |
Secret |
String | No |
[FCM only] The Server key of your project from the Firebase console, found under Settings / Cloud messaging. |
Type |
String | No |
Possible values:
|
FriendlyName |
String | No |
A descriptive string that you create to describe the new resource. It can be up to 64 characters long. |
ApiKey |
String | No |
[GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. |
PrivateKey |
String | No |
[APN only] The URL encoded representation of the private key. For example,
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.