/
CL
cleverpush
/
CleverPush API Reference
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 4h ago
Details
Filter operations
AppBanner
1
Channel_Events
2
Channel_segments
6
Channel_tags
9
Channel_topics
3
Channels
18
Chat
2
Class_definitions
1
Deep_Links
5
Email
3
Email_accounts
4
Email_templates
3
Link_Statistics
1
Notification_groups
2
Notification_templates
4
Notifications
16
Projects
4
Shortlinks
3
SMS_providers
4
post
Create_SMS_provider
post
Update_SMS_provider
delete
Delete_SMS_provider
get
Get_SMS_providers
Subscriptions
19
Survey
1
Teams
2
WebBanner
6
Whatsapp
1
SMS_providers
Update_SMS_provider
Update SMS provider
post
/sms-providers/{id}
Path parameters
id
string
required
The sms-provider id
Request body
object
required
channels
string[]
<p>ChannelIds of the smsProvider</p>
provider
string
<p>Provider must be twilio or websms or esendex</p>
name
string
<p>The name you want to give to this smsProvider</p>
phone
string
<p>The phonenumber.</p>
accountSid
string
<p>The account SID.</p>
authToken
string
<p>The auth token.</p>
email
string
<p>The email.</p>
password
string
<p>The password.</p>
accountReference
string
<p>The account reference.</p>
Response
Success-Response:
object
required
success
boolean
required
Changes