At present the Corebook integration with Dash is configured entirely within Corebook. However, Dash allows admins to set their CorebookSettings.corebookUrl, which will then show up as a "Brand" link to all users.
- Productionhttps://api-v2.dash.app/corebook-settings
- Staginghttps://api-v2.dashstaging.app/corebook-settings
curl -i -X GET \
https://api-v2.dash.app/corebook-settings \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "enabled": true, "corebookUrl": "https://www.corebook.io/dash" }, "permittedActions": [ { … } ] }