Obtaining the service URL
- Last Updated: November 2, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Microsoft Dynamics 365 8.0
- Documentation
The service URL is the REST endpoint of the Dynamics 365 service to which you are connecting. The service URL is specified with the ServiceURL option. For example:
ServiceURL=https://mywebinstance.api.crm.dynamics.com/api/data/v9.1/
Note: The service URL contains the resource
URI https://mywebinstance.api.crm.dynamics.com. Depending on whether you
are using Azure Active Directory (v1) or Microsoft Identity Platform (v2) to manage
user and application permissions, the resource URI is used in either the
authorization URI or the scope.
Take the following steps to obtain the service URL.
- Logon to the instance of Dynamics 365 to which you are connecting.
- From the application dropdown, select Settings and then Customizations.
- From the Customizations window, select Developer Resources.