cURL
curl --request GET \ --url https://api.example.com/api/appconfig/analytics \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
This endpoint returns the Metabase analytics URL for the dashboard ID configured in the database. The URL is valid for 1 hour.
JWT token obtained from AWS Cognito or custom authentication service