v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBWeb Integrations
Get a web integration account
Get a single account for a given web integration.
get/api/v2/web-integrations/{integration_name}/accounts/{account_id}
Path parameters
integration_namestring required
The name of the integration (for example, databricks).
account_idstring required
The unique identifier of the web integration account.
Response
OK
Example response
{
"data": {
"attributes": {
"name": "my-databricks-account",
"settings": {
"workspace_url": "https://example.azuredatabricks.net"
}
},
"id": "abc123def456",
"type": "Account"
}
}