GET YOUR_SUBDOMAIN.auth.marketingcloudapis.com/v2/discovery
Gets tenant-specific REST and authentication base URIs for the Marketing Cloud tenant associated with the provided username and client ID.
Name | Type | | Description |
---|
client_id | string | Required | Client ID for the application requesting the tenant-specific URIs. |
resource | string | Required | Marketing Cloud username that you request base URIs for. Format must be 'acct: open-caret username close-caret', without spaces or quotation marks. Fill in the username. |
Status | Name | Type | Description |
---|
200 | | | Response contains a collection of base URIs for the username |
| subject | string | Marketing Cloud username that you requested base URIs for. |
| links | object | List of tenant-specific REST and authentication base URIs for the username. |
| | | |
400 | | | The server can’t process the request. Query string data is missing or malformed. |
| message | string | Invalid request |