List by connection

Lists all shipper contacts for a specific off-platform shipper connection.

Authentication

AuthorizationBearer

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

Path Parameters

off_chrt_shipper_org_info_idstringRequired

Response

Successful Response
schema_versioninteger
created_by_org_idstring

Must be a string starting with org_

created_by_user_idstring

Must be a string starting with user_

_idstring
company_namestring or null
industrystring or null
street_addressobject or null

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.

contact_first_namestring or null
contact_last_namestring or null
phone_number_primarystring or nullformat: "phone"
phone_number_secondarystring or nullformat: "phone"
email_address_primarystring or null
email_address_secondarystring or null
job_titlestring or null
notesstring or null
shipper_org_idstring or null
shipper_user_idstring or null
off_chrt_shipper_org_info_idstring or null

Errors