Multi-entity: Get connections

GET {{baseUrl}}/v1/entity-connections?type=<put>

Note: The Multi-entity feature is in Limited Availability. If you wish to have access to the feature, submit a request at Zuora Global Support.nnRetrieves information about certain connections for a specified entity. You can specify the entity to retrieve in the entityId or entityName request header.nnYou can retrieve:n - Inbound connectionsn - Outbound connectionsn - Both inbound and outbound connectionsnn## User Access PermissionnYou can make the call a

Request Params

KeyDatatypeRequiredDescription
typestringSpecifies whether to retrieve inbound or outbound connections for an entity.nnPossible values:n - inbound: All the incoming connections to the entity.n - outbound: All the outgoing connections from the entity.nnIf you do not specify this field in the request, both the inbound and outbound connections are returned.n