v2

latestOpenAPI 3.0.4Apache 2.0raw.githubusercontent.com2026-07-1754198241.7 KB
LogicalConnectionBindings

Get a logical connection binding

Reads one logical connection binding by id.

get/logical/bindings/{logicalConnectionBindingId}

Path parameters

logicalConnectionBindingIdstring required

Stable identifier of a tenant, OU, brand, legal-entity, or channel usage binding for a physical connector instance.

Example:brand-a-proof-vault

Stable identifier of a logical connection binding.

Response

Logical connection binding.

logicalConnectionBindingIdstring required

Stable identifier of a tenant, OU, brand, legal-entity, or channel usage binding for a physical connector instance.

physicalConnectorInstanceIdstring uuid required

Stable platform identifier for a configured connector instance.

allowedOperationsOperationKind[]

Example response

{
  "logicalConnectionBindingId": "brand-a-proof-vault",
  "physicalConnectorInstanceId": "8a7f09af-7ac9-4d96-91f9-a2a252f4aa4b",
  "logicalContext": {
    "tenantId": "acme",
    "organizationUnitId": "nl-ops",
    "brandId": "brand-a"
  },
  "authOverlay": {
    "mode": "TENANT_SECRET_REF",
    "secretRef": "vault://tenant/acme/connectors/proof-vault"
  },
  "allowedOperations": [
    "READ",
    "WRITE"
  ]
}