The Apploye's API is a REST-based interface that allows you to retrieve data from your organization’s Apploye account. It is useful for exporting data or integrating with your own systems.
Users can get data about members, timesheets, and projects from the API.
Get Your API Key
To get the data from Apploye, all the requests must include X-APPLOYE-API-KEY in api request header. The value of the key will be the Organization API Key.

To authenticate API requests, you need the Organization API Key. The user needs to be either an Organization Admin or an Owner to get the API Key.
Click on the "Copy" button to copy it.
You can request data in the following languages: Curl, Python, NodeJS, C#, PHP, Ruby, and Go.
Use this documentation to learn more and use the API.
Related Articles: