Authentication

A client token provided by MyFileRunner is necessary in order to interact with the MyFileRunner API. It should be included in the headers of all your requests with the name client-token and the value containing the token itself.

You can request your client token from a MyFileRunner administrator. Here are the steps to obtain your client token and start interacting with our API directly:

Note: most functions require a session token called user-token which is obtained on login. This user token is associated to your client's session (i.e., your web browser, Postman, or your application communicating with the API).

The Service module functions do not require a user-token, but the client-token is still required for all functions.