Get by ID

Retrieves a specific directory entry by ID if authorized to access it. | authz: min_org_role=operator | () -> (DirectoryEntry1)

Authentication

AuthorizationBearer

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

Path parameters

directory_entry_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_

schema_versioninteger
company_namestring
contact_first_namestring
contact_last_namestring
email_address_primarystring
email_address_secondarystring
entry_off_chrt_shipper_org_idstring
entry_org_idstring

Must be a string starting with org_

industrystring
job_titlestring
locationobject

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.

notesstring<=524288 characters
phone_number_primarystring
phone_number_secondarystring

Errors

422
Directory Entries Get V1request Unprocessable Entity Error