# ClickSend REST API v3 **Provider:** ClickSend REST API v3 **Category:** maps **Base URL:** `https://rest.clicksend.com/v3` **Auth:** basic — `Authorization: Basic BASE64(username:password)` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://rest.clicksend.com/v3 ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://rest.clicksend.com/v3/account` | Get account | | POST | `https://rest.clicksend.com/v3/account` | Create a new account | | PUT | `https://rest.clicksend.com/v3/account` | Update Account | | PUT | `https://rest.clicksend.com/v3/account-verify/send` | Send account activation token | | PUT | `https://rest.clicksend.com/v3/account-verify/verify/{activation_token}` | Verify new account | | GET | `https://rest.clicksend.com/v3/account/usage/{year}/{month}/{type}` | Account Usage | | GET | `https://rest.clicksend.com/v3/automations/email/receipt` | List Rules | | POST | `https://rest.clicksend.com/v3/automations/email/receipt` | Create a New Rule | ## Authentication HTTP Basic Auth — base64-encoded username:password ``` Authorization: Basic BASE64(username:password) ``` ## Sample Request ```bash curl -X GET 'https://rest.clicksend.com/v3/account' \ -H 'Authorization: Basic BASE64(username:password)' ``` ## Sample Response ```json {} ``` ## Pricing Details Pay-as-you-go SMS/email/post. SMS from $0.019/message. No monthly minimum. --- *Source: [API Map](https://apimap.dev/apis/clicksend-rest-api-v3/) — CC BY 4.0*