Get public data

Retrieves public organization data for the caller’s organization. | () -> (OrgPublicData1)

Authentication

AuthorizationBearer

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

Response

Successful Response
schema_versioninteger
org_typeenum
org_idstring

Must be a string starting with org_

_idstring
company_namestring or null
handlestring or nullformat: "^@[a-zA-Z0-9_-]+$"2-30 characters

Must be a string starting with @. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters.