C
ClickSend REST API v3
Details
- URL
-
https://rest.clicksend.com/v3 - Docs
- https://developers.clicksend.com/docs/
Authentication
Authorization: Basic <credential> Sign up for a ClickSend account via ClickSend Dashboard signup, then open the dashboard's API Credentials area (the docs say it is available from the top right of the dashboard; the MCP guide points to Subaccounts / API credentials). Copy your username and API key. These are used together for HTTP Basic auth, or supplied as CLICKSEND_USERNAME and CLICKSEND_API_KEY for the MCP server.
Authorization: Basic <credential> Create an account from ClickSend Dashboard signup. The OpenAPI description says the REST API also accepts the same username and password you use to log in to the dashboard via HTTP Basic authentication.