- Productionhttps://api-v2.dash.app/theme
- Staginghttps://api-v2.dashstaging.app/theme
curl -i -X GET \
https://api-v2.dash.app/theme \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "accentColour": "#333666", "logoUrl": "https://example.com", "loginImageUrl": "https://example.com", "faviconUrl": "https://example.com", "homepageImageUrl": "https://example.com", "showRecentlyAddedAssets": true, "contextType": "ACCOUNT", "contextId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd" }, "permittedActions": [ { … } ] }