By handle
Gets the connection between caller’s org and the org with the specified handle. | () -> (ShipperCoordinatorConnection1 | CoordinatorExecutorConnection1 | None)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
handle
Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters.
Response
Successful Response
Shipper Coordinator Connection1
OR
Coordinator Executor Connection1
Errors
422
Connections Get by Handle V1request Unprocessable Entity Error

