Beta
Search...
/
About
For Developers
API Reference
accounts
POST
Create
POST
Delete
GET
Export
POST
Export Post
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
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
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
accounts
Create
POST
https://
api.devrev.ai
/
accounts.create
Creates an account, which is a record representing a customer or an organization.
Request
This endpoint expects an object.
display_name
string
Required
Name of the account.
artifacts
list of strings
Optional
The IDs of the artifacts to associate with the account.
custom_fields
map from strings to any
Optional
Application-defined custom fields.
description
string
Optional
Description of the account.
domains
list of strings
Optional
List of company's domain names. Example - ['devrev.ai'].
external_refs
list of strings
Optional
External refs are unique identifiers from your customer system of records, stored as a list.
owned_by
list of strings
Optional
List of Dev users owning this account.
schema_fragment_ids
list of strings
Optional
Schema fragment IDs associated with this account SOR.
tags
list of objects
Optional
Tags associated with the account.
Show 2 properties
tier
string
Optional
The tier of the account.
websites
list of strings
Optional
List of company websites. Example - ['www.devrev.ai', 'www.marketplace.devrev.ai'].
Response
This endpoint returns an object.
account
object
Show 18 properties
default_rev_org
object
Show 17 properties
Built with