An EventPro API Endpoint is a unique URL that indicates the EventPro Object Type from/to which you retrieve/send data.
All EventPro API Endpoints use a common base URL:
•EventPro Installed: https://server/EventProApi/DataService.svc
•EventPro Cloud, USA: https://connect.eventpro.net/Api/DataService.svc
•EventPro Cloud, Canada: https://connectca.eventpro.net/Api/DataService.svc
•EventPro Cloud, Australia: https://connectau.eventpro.net/Api/DataService.svc
You then add the EventPro Object Type identifier to the end of the URL, as with these examples:
•List Events: https://server/EventProApi/DataService.svc/events
•Add Event Location: https://server/EventProApi/DataService.svc/eventlocation/add
•Update Company: https://server/EventProApi/DataService.svc/company/update
Note that these examples used the base URL for the Installed edition of EventPro.
Remember that your base URL may be different, depending on your application.
For more details about endpoints, see Endpoints below.