Create Rev Org

POST

Creates a Rev organization in the authenticated user’s Dev organization.

Request

This endpoint expects an object.
display_namestringRequiredformat: "text"

Name of the Rev organization.

environmentenumRequired
Allowed values: productionstagingtest

The environment of the Org. Defaults to ‘production’ if not specified.

descriptionstringOptionalformat: "text"

Description of the Rev organization.

external_refstringOptionalformat: "text"

External ref is a custom unique identifier which is a reference to an unique id for this organization’s data in some system of records.

tierstringOptionalformat: "text"

The tier of the RevOrg.

domainstringOptionalformat: "text"Deprecated

Company’s domain name. Example - ‘devrev.ai’.

Response

Response object for request to create a new Rev organization.

rev_orgobject
Built with