An API (Application Programming Interface) is the building blocks developers use to create software and applications. Think of it as the linking of information between one source and another and the automation of tasks between them.
You will need some level of experience coding to use the API. That being said, while you do write some form of code to use the API, you don’t have to consider yourself a full-time developer to use it. The API is accessible to people with varying degrees of programming experience. You can use the API to create integrations with your favorite apps.
Only Account Owners and Admins have access to the API preferences.
The zistemo API info page is located under your profile:
under the section API you find your API Development Key:
Keep this key private like as all your credentials.
Here you find the API Doсumentation
The call is always with the access token AND the API Key for example :
https://api.zistemo.com/[tenant]/login?api_dev_key={key}&token={auth_token}
Each request should include 2 required parameters:
- api_dev_key
- token
[tenant] = company name
Tenant name can be found here:
Only Account Owners and Admins have access to the API preferences.