Beta
Search...
/
About
For Developers
API Reference
accounts
articles
artifacts
auth-tokens
code-changes
notifications
conversations
auth-connection
dev-users
engagements
event-source
groups
operate
keyring
links
slas
product-usage
schedules
parts
question-answers
rev-orgs
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
rev-users
customization
search
service-accounts
snap-ins
snap-widgets
surveys
sys-users
tags
timeline-entries
webhooks
works
Guides
Object Customization
Create accounts and contacts in DevRev
API Reference
rev-orgs
Create
POST
https://
api.devrev.ai
/
rev-orgs.create
Creates a Rev organization in the authenticated user's Dev organization.
Request
This endpoint expects an object.
display_name
string
Required
Name of the Rev organization.
account
string
Optional
Account Id to associate with this Rev organization.
artifacts
list of strings
Optional
The IDs of the artifacts to associate with the Rev organization.
custom_fields
map from strings to any
Optional
Application-defined custom fields.
custom_schema_fragments
list of strings
Optional
Schema fragment IDs associated with this Rev organization.
description
string
Optional
Description of the Rev organization.
domain
string
Optional
Company's domain name. Example - 'devrev.ai'.
environment
enum
Optional
Allowed values:
production
staging
test
The environment of the Org. Defaults to 'production' if not specified.
external_ref
string
Optional
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.
tags
list of objects
Optional
Tags associated with the Rev organization.
Show 2 properties
tier
string
Optional
The tier of the RevOrg.
Response
This endpoint returns an object.
rev_org
object
Show 17 properties
Built with