Get by handle

Gets connection between caller’s org and org with specified handle. | () -> (ShipperCourierConnection1 | ShipperForwarderConnection1 | ForwarderCourierConnection1 | None)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

handlestringRequired

Response

Successful Response
ShipperCourierConnection1object
OR
ShipperForwarderConnection1object
OR
ForwarderCourierConnection1object

Errors