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

handlestringRequired
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 Connection1object
OR
Coordinator Executor Connection1object

Errors

422
Connections Get by Handle V1request Unprocessable Entity Error