List connected providers
Retrieves list of provider org info documents for providers connected to the caller. Shippers see providers via shipper_provider_connections; providers see other providers via provider_provider_connections (in either direction). | () -> (list[ProviderOrgInfoForConnections1])
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
schema_version
email_address_primary
provider_org_id
Must be a string starting with org_
_id
industry
street_address
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_name
contact_last_name
phone_number_primary
phone_number_secondary
email_address_secondary
job_title
notes
provider_user_id
Must be a string starting with user_

