Endpoints for retrieving and updating the current organization (name and default reviewer).
Retrieve organization
Returns the current organization for the API key. Includes name, ingestion_email_address (read-only), default_reviewer_id, default_reviewer_email, and timestamps.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
The current organization
dataobject · required
Update organization
Updates the current organization. Send any of name or default_reviewer_id. default_reviewer_id must refer to an available reviewer for the organization.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Request Body
namestring · minLength: 1New name for the organization. Omit this field to leave the name unchanged; if sent, the value must be a non-empty string.
default_reviewer_idstring · uuid · minLength: 1 · pattern:^[0-9a-fA-F]{8}-[0-9…User id of the new default reviewer; must be an available reviewer for the organization. Omit this field to leave the reviewer unchanged; if sent, the value must be a canonical UUID string (8-4-4-4-12 hex digits).
Responses
Updated organization
dataobject · required