cURL
curl --request GET \ --url https://app.msportal.ai/api/public/v1/dashboards/external/{id}/company-urls \ --header 'Authorization: Bearer <token>'
{ "data": { "externalDashboardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "companyUrls": [ { "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "companyName": "<string>", "url": "<string>" } ] } }
Retrieve the company-specific URL overrides for an external dashboard. When a company has a URL override, users from that company will see the override URL instead of the base URL.
Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.
External dashboard ID
Company URL assignments
Show child attributes