If you need to configure the interaction of your own programs with the FaceTimer site, you can use the API, which allows you to perform all operations that can be performed through the control panel:

  • exporting reports;
  • companies, departments, applications and users management.

The API is a set of REST requests to the FaceTimer server that is available to all FaceTimer clients regardless of the chosen plan.

Working with the API is structured as follows, first, you need to get an authorization token, for this you need to execute a POST request with the Basic authorization type using the login and password of the account. In response to the request, you will receive an authorization token. Next, using this token for authorization with the Bearer type, you can make requests to the Facetime server.

You can request a technical description of the API and advice from the technical support.