Get shipper info

Retrieves shipper organization connection information for the caller’s organization. | () -> (ShipperOrgInfoForConnections1)

Authentication

AuthorizationBearer

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

Response

Successful Response
_idstring
email_address_primarystring
schema_versioninteger
shipper_org_idstring

Must be a string starting with org_

contact_first_namestring
contact_last_namestring
email_address_secondarystring
industrystring
job_titlestring
notesstring<=524288 characters
phone_number_primarystring
phone_number_secondarystring
shipper_user_idstring

Must be a string starting with user_

street_addressobject

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.