Guide for migrating existing integrations for generating token from API v1 to v2, covering differences, deprecations, and implementation steps.
clientId
along with workspaceName
and datasourceName
.
In API v2, this has been simplified by introducing a dataApp
, so you only need to pass the clientId
and dataAppName
. The main change is that v2 replaces the separate workspace and datasource parameters with a single dataApp reference.