...
Test API URL For Authentication-
httphttps://beta2030ddxstg-2030ddx.aia.org/api/v1/authenticate ( Beta URL is available for API testing only until we launch new DDx on October 7, 2020. We will provide testers with different URL post launch for testing API)
Sample API Request For Project Create Or Update-
...
Test API URL For Project Create Or Update
https://beta2030ddxstg-2030ddx.aia.org/api/v1/import_project ( Beta URL is available for API testing only until we lauch new DDx on October 7, 2020. We will provide testers with different URL post launch for testing API)
Production API URL for Authentication
https://2030ddx.aia.org/api/v1/authenticate
Production API URL for Project create or Update
https://2030ddx.aia.org/api/v1/import_project
User Authentication
When firm users are attempting to transfer project data from an energy modeling tool linked to the DDx API, the first step in the process is authentication. For authentication purposes, two types of keys—the User Key and Firm Key—are required to be provided by the user to generate an authentication token and establish the data link.
...