curl --request GET \
--url http://localhost/api/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.
curl --request GET \
--url http://localhost/api/api/appconfig/analytics \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}