Logo
Clutch Logo

Clutch APIs

Ratings and reviews of leading IT, marketing, and business services companies. Clutch is your data-driven field guide for B2B buying and hiring decisions.

Clutch APIs

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.

POST

/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.

POST

/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.

POST

/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.

POST

/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.

POST

/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.

POST

/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.

POST

/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.

GET

/api/v2/apps/{app_id}

Delete App

The Delete App API lets you delete an app. Requests should always expect a 200 OK response.

DELETE

/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.

GET

/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.

GET

/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.

PUT

/api/v2/users/{user_id}

Details

Provider

Country HQ

US

API Type

REST

Categories

Review Websites

Alternatives

Important URLs

Last Updated on

2024-03-26

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

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.

ApiRefs Logo