clicksend.com

This is the official API documentation for ClickSend.com Below you will find a current list of the available methods for clicksend. NOTE: You will need to create a free account to use the API. You can Register Here. API URL The API sh

🔑 basic 205 endpoints email
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

clicksend-python ✓ Official
pip install clicksend-python
clicksend-nodejs ✓ Official
npm install clicksend-nodejs
clicksend-go ✓ Official
go get github.com/ClickSend/clicksend-go
clicksend-java ✓ Official
# Maven: see https://github.com/ClickSend/clicksend-java
clicksend-ruby ✓ Official
gem install clicksend-ruby
clicksend-csharp ✓ Official
dotnet add package clicksend-csharp
clicksend-swift ✓ Official
# See https://github.com/ClickSend/clicksend-swift
clicksend-objc ✓ Official
# See https://github.com/ClickSend/clicksend-objc
# See https://github.com/danikarik/clicksend-go
clicksend-perl ✓ Official
# See https://github.com/ClickSend/clicksend-perl
curl examples
Get all Contact Lists
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.clicksend.com/v3/lists
Get account
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.clicksend.com/v3/account
Get all Dedicated Numbers
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.clicksend.com/v3/numbers
Endpoints (205 total)
GET
/lists
Get all Contact Lists
GET
/account
Get account
GET
/numbers
Get all Dedicated Numbers
GET
/reseller
Get Reseller Setting
GET
/countries
Get all Countries
GET
/timezones
Get Timezones
GET
/voice/lang
Voice Languages
GET
/sms/inbound
Get all Inbound SMS - Pull
GET
/subaccounts
Get all Subaccounts
GET
/fax/receipts
List of Fax Delivery Receipts
GET
/mms/receipts
Get all Delivery Receipts
GET
/sms/receipts
Get all Delivery Receipts
At a glance
Total SDKs10
Languages10
Endpoints205
Authbasic
Categories1
https://rest.clicksend.com/v3