Skip to Content

Deputy

  • Import/clone Deputy_HTTP source from the Connectors library application.

    • Deputy supports Permanent token and OAuth authentication. The is preconfigured for permanent token. Follow the following steps to get your permanent token (source: API Authentication ): Login to Deputy -> Go to your account -> -> Change the URL path to /exec/devapp/oauth_clients (e.g https://{your subdomain}.deputy.com/exec/devapp/oauth_clients) -> Click “Get An Access Token” Create a dummy client of yours and get an Access Token from there. Use anything (e.g. http://localhost  for the redirect URI. It won’t be used.) -> Copy the token to the Deputy_HTTP source.

    • You also need to add your orgId to the Deputy_HTTP source. You can find it in your URL when you logged in: https://<your orgId>.na.deputy.com.

    • The Connectors library application contains an example of how to get a list of employees in the Deputy scenario. You can modify the example to call any API call supported by Deputy API .

Last updated on