Base URL
The SendX API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. The SendX Rest API doesnβt support bulk updates. You can work on only one object per request. All requests contain the following base URLAuthentication
The SendX API uses API key to authenticate requests. You can check out your API key from your settings page https://app.sendx.io/setting/connectors/api under the sectionTeam Api Key.
SendX expects the API key to be included in all API requests to the server in a header that looks like the following:
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth. All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.