Get Base URLs
GET https://{{et_subdomain}}.auth.marketingcloudapis.com/v2/discovery?client_id={{et_clientId}}&resource=acct:{{userId}}
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/getBaseURLs.htm
Gets tenant-specific REST and authentication base URIs for the Marketing Cloud tenant associated with the provided username and client ID.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string | ||
resource | string |
RESPONSES
status: OK
{"subject":"acct:la-aaron.cates","links":[{"rel":"auth_instance_url","href":"https://mcmtwjynv76zg4b73149z7yzw5mm.auth.marketingcloudapis.com/"},{"rel":"rest_instance_url","href":"https://mcmtwjynv76zg4b73149z7yzw5mm.rest.marketingcloudapis.com/"}]}