zistemo API – Zistemo Knowledge Base https://zistemo.com/knowledge-base Zistemo is the smartest app for instant time and expense tracking. Boost productivity and save time with zistemo. Wed, 12 Jul 2023 08:04:40 +0000 en-US hourly 1 https://wordpress.org/?v=6.0.2 API Info https://zistemo.com/knowledge-base/content/api-info/ Thu, 03 Jan 2019 10:29:50 +0000 https://moneypenny.me/knowledge-base/?post_type=ht_kb&p=6283 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:

  1. api_dev_key
  2. token
[tenant] = company name

Tenant name can be found here:

Only Account Owners and Admins have access to the API preferences.

]]>