Hello! We are integrating with Databricks and we get the API key, workspace ID, and host from our users in order to connect to Databricks. We need the to validate the workspace ID because we do need it outside of the context of the API key (with webhooks).
I haven't been able to easily find a way to validate a workspace ID via the API. I've looked at https://docs.databricks.com/api/workspace/workspaceconf/getstatus,https://kb.databricks.com/notebooks/get-workspace-configuration-details and the various options under https://docs.databricks.com/api/workspace/workspace/. None of them appear to work when using a databricks API token (and not requiring an account ID). Is there a way for us to use a token to make a call to Databricks to make sure that the provided workspace ID does exist and corresponds to the workspace context of the API token?