Get Shipper User Info By User Id

Get the shipper user info for the authenticated user jwt

Headers

AuthorizationstringRequired

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

Response

Successful Response
_idstring
company_namestring or null
contact_first_namestring or null
contact_last_namestring or null
email_address_primarystring or null
email_address_secondarystring or null
industrystring or null
job_titlestring or null
notesstring or null
phone_number_primarystring or nullformat: "phone"
phone_number_secondarystring or nullformat: "phone"
schema_versioninteger
shipper_org_idstring

Must be a string starting with org_

shipper_user_idstring

Must be a string starting with user_

street_addressobject or null
Feature Model