LogicalConnectionBindings
List logical connection bindings
Lists logical usage bindings for physical connector instances. Logical bindings let one connector instance be safely reused across tenants, organization units, brands, legal entities, channels, and caller contexts while keeping discriminator, auth overlay, governance, and catalog projection metadata explicit.
get/logical/bindings
Query parameters
physicalConnectorInstanceIdstring uuid
Stable platform identifier for a configured connector instance.
Example:3f6f4f46-24fb-4c35-a7a4-bc6c7f7861f5
Filter by the physical connector instance backing the logical binding.
organizationUnitIdstring
Filter by organization unit in the logical context.
brandIdstring
Filter by brand in the logical context.
pageinteger
Zero-based page index.
sizeinteger
Page size.
Response
Paged logical connection bindings.
Example response
{
"data": [
{
"logicalConnectionBindingId": "brand-a-proof-vault",
"physicalConnectorInstanceId": "8a7f09af-7ac9-4d96-91f9-a2a252f4aa4b",
"logicalContext": {
"tenantId": "acme",
"organizationUnitId": "nl-ops",
"brandId": "brand-a"
}
}
],
"pagination": {
"limit": 20,
"offset": 0,
"page": 0,
"size": 20,
"total": 1,
"totalPages": 1,
"hasMore": false
}
}