Account Request URL
-Base Endpoint
-
Send Push Notification
The Send Push Notification API lets you send push notifications through Clutch. Requests should always expect a 200 OK response.
/api/v2/push
/content, device, notification, type, app_id, language, priority, collapse_key, delay_while_idle, icon, sound, tag, title, body, data
Create SMS Campaign
The Create SMS Campaign API lets you create new SMS campaigns. Requests should always expect a 200 OK response.
/api/v2/sms_campaigns
/account, name, description, segment, schedule, message, sender, time_zone, response_handling_url
Send SMS
The Send SMS API lets you send SMS messages through Clutch. Requests should always expect a 200 OK response.
/api/v2/sms
/content, notification, device, app_id, language, priority, collapse_key, delay_while_idle, icon, sound, tag, title, body, data
Create App
The Create App API lets you create new apps. Requests should always expect a 200 OK response.
/api/v2/apps
/name, platform, bundle_id, description, icon, package_name
Send Email
The Send Email API lets you send email through Clutch. Requests should always expect a 200 OK response.
/api/v2/email
/content, notification, device, app_id, language, priority, collapse_key, delay_while_idle, icon, sound, tag, title, body, data
Create Notification Campaign
The Create Notification Campaign API lets you create new notification campaigns. Requests should always expect a 200 OK response.
/api/v2/notification_campaigns
/account, name, description, segment, schedule, message, app_id, language, priority, collapse_key, delay_while_idle, icon, sound, tag, title, body, data
Create User
The Create User API lets you create new users. Requests should always expect a 200 OK response.
/api/v2/users
/email, first_name, last_name, password, account, role
Get App
The Get App API lets you retrieve a single app by its ID. Requests should always expect a 200 OK response.
/api/v2/apps/{app_id}
Delete App
The Delete App API lets you delete an app. Requests should always expect a 200 OK response.
/api/v2/apps/{app_id}
Get App Data
The Get App Data API lets you retrieve data about an app in a data format that's compatible with analytics platforms like Amplitude. Requests should always expect a 200 OK response.
/api/v2/apps/{app_id}/data/{date_range}
Get User
The Get User API lets you retrieve a single user by their ID. Requests should always expect a 200 OK response.
/api/v2/users/{user_id}
Update User
The Update User API lets you update an existing user. Requests should always expect a 200 OK response.
/api/v2/users/{user_id}
Provider
Country HQ
API Type
Categories
Alternatives
Important URLs
Last Updated on
Created At
Upskill for a better future
Want to start tracking API at scale?
Get updates about your favorite APIs and SDKs
We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.