This folder contains a Postman Collection that includes all the current ACC Submittals API. The collection together with the environment help you easily test these endpoints.
- Import Postman environment & collection, please setup the following environment vialables,
- client_id: APS App Id.
- client_secret: APS App Secret.
- Please add the Authorization for the collection, click on the Collection folder, go to Authorization tab, make sure to use OAuth 2.0 to get a 3 legged token, use it in the Request Headers.
- Callback URL: https://www.postman.com/oauth2/callback
- Auth URL: https://developer.api.autodesk.com/authentication/v2/authorize
- Access Token URL: https://developer.api.autodesk.com/authentication/v2/token
Use the endpoints under Run Firstly-Get Project ID to set project_id_without_b
, then you can play with any Endpoint as you want.
- These endpoints are used to quickly test/verify the endpoints. You need to set up the environment variables before running the Postman request.
This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.
Eason Kang in/eason-kang-b4398492/, Developer Advocate