External Application Access

External Application Access PRODUCT     AVGIDEA, INC. 

To access ADP using the API, you must register an access key and secret key from the console in advance. You can also view the endpoints to which requests will be sent.


Creating an API key

1. Log in to ADP and click the account icon in the upper left corner to display the account page.




 2. Click the GENERATE API KEY button in the API Key section at the bottom of the screen to generate an API key. Multiple API keys can be created.


* When accessing ADP with an API key, access to data and execution of functions are performed with the privileges of the key's owner.

3. The file will be saved as “adp-key-<timestamp>.txt” in your browser's download folder and the string at the end of the access key will be added to the API Key section.


* You will not be able to download the API key again from the GUI console. Please keep it in a safe place.

4. The adp-key-<timestamp>.txt file contains the access key and secret key.

Deleting API Keys

API keys can be deleted from the console as soon as they are no longer needed, they become invalid and cannot be accessed by applications that use them.

1. Open the menu on the right side of the API key in the API Key section and select “Delete” to delete the key.

API Endpoint

At the end of the API Key section, you will see the API Endpoint (URL); by sending a request through the API Endpoint, you can have ADP perform the processing.

   The URL of the API Endpoint differs between the ADP instance operated by Avgidea and the instance used by the OEM.