API documentation
Last updated:
The new platform came with an entirely re-engineering and more capable API software mediator that makes communication between software more manageable and straightforward. Complete documentation of a new API is found and accessed via api.sender.net.
The documentation intends to present all the information you need to work with our API. As you scroll through the page, you’ll see possible requests on the left side of the screen.
The code examples of API requests with different programming languages are found on the right side.
To authenticate requests, include an Authorization header with the value “Bearer {API_ACCESS_TOKEN}”.All authenticated endpoints are marked with a requires authentication badge in the documentation.
In order to generate a bearer code go a-head to Settings> API access tokens or by clicking here.