API URL
Senitron's API URL for the production server is:
http://app.senitron.net/api/v1
Developers are required to add service names to the end of this URL and to call it accordingly to our documentation.
for example Imagine the following description for a service
GET: /items
It means you should make an HTTP request as a GET type and call following the URL
http://app.senitron.net/api/v1/items
When using HTTP request(s) such as POST type, JSON data must be added to the body of the request(s).
API-KEY
Every tenant has a unique API key (string) that can be provided by the Senitron support team or can be accessed and discovered by logging into an active account, with Super Admin privileges, and accessing "Tenant Admin > Integrations"