List connector invocation bindings
Lists persisted invocation bindings that connect product or protocol lifecycle stages to connector routes, operations, logical connection bindings, subset mappings, governance, and execution policies. These records are the registry surface used when an issuer, verifier, form, portal, or workflow needs a durable connector action at a named stage.
Query parameters
Product, protocol, form, portal, workflow, or application surface that owns a connector invocation binding.
Filter by the product or protocol surface that owns the invocation.
Filter by owner-specific reference, such as issuer configuration id, verifier profile id, form id, or workflow id.
Product or protocol lifecycle stage at which a connector invocation can run.
Filter by product or protocol lifecycle stage.
Role the connector performs for a lifecycle invocation.
Filter by the connector's invocation role at the lifecycle stage.
Stable identifier of a tenant, OU, brand, legal-entity, or channel usage binding for a physical connector instance.
Filter by logical connection binding used by the invocation.
Zero-based page index.
Page size.
Response
Paged connector invocation bindings.
Example response
{
"data": [
{
"invocationBindingId": "issuer-config-1:credential-request:hr-profile",
"ownerSurface": "OID4VCI",
"ownerReference": "issuer-config-1",
"stage": "OID4VCI_CREDENTIAL_REQUEST",
"role": "ENRICHMENT_SOURCE",
"target": {
"routeId": "1e8ff011-2274-4f16-a7dd-bf0b4fd5262f"
},
"exchangeMode": "PLATFORM_INITIATED_PULL",
"logicalContext": {
"tenantId": "acme"
}
}
],
"pagination": {
"limit": 20,
"offset": 0,
"page": 0,
"size": 20,
"total": 1,
"totalPages": 1,
"hasMore": false
}
}