Create public data

Creates org_public_data and org_private_data documents for the caller’s organization using org_type from JWT. | (CreateOrgPublicDataReq) -> (CreateOrgPublicDataRes)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
handlestring or nullOptional
company_namestring or nullOptional<=100 characters

Response

Successful Response
org_public_data_inserted_idstring
org_private_data_inserted_idstring or null

Errors