Base URL for all APIs in Dynamics Empire Online
All API's in Online use same public URL to access the API's. In case basic authentication is used, the of the URL. For OAuth the AAD Tenant ID is taken from the access token.
Basic Authentication
URL: https://deonline.api.bc.dynamics.com/v2.0/[TenantID]/[environment]/api
[TenantID]=This could be either the GUID or domain name (e.g.: cdsa.nl)
[Environment]=Name of the environment. Production or one of the sandboxes.
Example: Base URL to access the APIs in the CDSA sandbox https://deonline.api.bc.dynamics.com/v2.0/cdsa.nl/sandbox/api
Authentication through OAuth
When using oAuth same API endpoint for every tenant can be used as the tenantID is part of teh oAuth token.
URL: https://deonline.api.bc.dynamics.com/v2.0/[environment]/api
Example: Base URL to access the APIs in the CDSA production environment https://deonline.api.bc.dynamics.com/v2.0/cdsa.nl/production/api