ConnectorInvocationBindings
Get a connector invocation binding
Reads one persisted invocation binding by id.
get/invocation/bindings/{invocationBindingId}
Path parameters
invocationBindingIdstring required
Stable identifier of the domain invocation binding that caused a connector call.
Example:issuer-config-1:post-issuance:proof-vault
Stable identifier of a connector invocation binding.
Response
Connector invocation binding.
Example response
{
"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",
"dataDirection": "INBOUND",
"initiationSide": "PLATFORM",
"logicalContext": {
"tenantId": "acme",
"organizationUnitId": "nl-ops",
"brandId": "brand-a"
},
"logicalConnectionBindingId": "brand-a-hr-profile",
"physicalConnectorInstanceId": "8a7f09af-7ac9-4d96-91f9-a2a252f4aa4b"
}