Sorted.PRO API Documentation
The Sorted.PRO REST API framework enables you to quickly and easily integrate your software systems with Sorted.PRO.
Structure
The Sorted.PRO API framework is organised into a series of APIs relevant to the types of data that you need to send and receive.
Each individual API provides one or more endpoints on top of the base URL (see below). For example, the Tracking API enables you use the Get Events Per Package and Get Tracking Events endpoints.
Select an endpoint from the list of APIs on the left-hand side to view its documentation and even test it.
info
To get up to speed with Sorted.PRO APIs quickly, check out our Sorted.PRO API Quick Start Guide.
Base URL
All Sorted.PRO API methods have the following base URL:
https://api.electioapp.comThe Sorted.PRO APIs are only served over HTTPS. We do not and will not support unencrypted HTTP for any API calls so that we can ensure the security and privacy of your data.
Try it now
You can test each API endpoint directly from its documentation page. To do so, you must be logged in in order to use the unique API key assigned to your user account. If you do not have a user account yet, please sign up as a new user:
info
Find out everything you need to know about authentication in the Authentication Getting Started Guide.
To test an API endpoint, click the
button in the 'Request endpoint' section on the documentation page for that endpoint, as shown in the example below:


This will take you further down the page where you can create or edit the request body using JSON or XML, and then
it:


The response will be shown immediately:
