Get by ID

Retrieves a coordinator-created shipper account. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (Account1)

Authentication

AuthorizationBearer

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

Path parameters

account_idstringRequired

Response

Successful Response
_idstring
created_by_org_idstring

Must be a string starting with org_

created_by_user_idstring

Must be a string starting with user_

namestring1-255 characters
schema_versioninteger
locationobjectOptional

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.

off_chrt_org_data_idstringOptional
org_idstringOptional

Must be a string starting with org_

Errors

422
Accounts Get V1request Unprocessable Entity Error