API Base URL
You can access the Vault Data API using the internal Vault server name or IP address. If your Vault Server is configured with Vault Gateway, you can also access the Vault Data API using the Vault Gateway URL or IP address from outside the firewall.
Accessing the Vault Data API using Hostname or IP address
To access the Vault Data API using the internal Vault server name or IP address, use the following base URL format:
http(s)://<vault-server-name-or-ip>/AutodeskDM/Services/api/vault/v2
Replace <vault-server-name-or-ip> with the actual server name or IP address of your Vault server.
Note: Vault Server supports SSL and more information on how to configure SSL for Vault Server can be found here: Vault Gateway Configuration Guide
Example:
https://windowsmachine1/AutodeskDM/Services/api/vault/v2
http://10.148.0.1/AutodeskDM/Services/api/vault/v2
Accessing the Vault Data API using the Vault Gateway URL
To access the Vault Data API using the Vault Gateway URL from outside the firewall, use the following base URL format:
https://<vault-gateway-url>/AutodeskDM/Services/api/vault/v2
Replace <vault-gateway-url> with the actual URL of your Vault Gateway.
Example:
https://12345678.vg.autodesk.com/AutodeskDM/Services/api/vault/v2
Note: For more information on configuring the Vault Gateway, please refer to the help document: Vault Gateway Configuration Guide