Public
Search...
/
About
For Developers
Authentication
Pagination
Versioning
Rate Limits
Errors
API Reference
Getting started
artifacts
auth-connection
auth-tokens
dev-users
parts
rev-orgs
tags
timeline-entries
webhooks
works
accounts
Accounts
POST
Create
POST
Delete
GET
Export
POST
Export Post
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
slas
keyring
Guides
Getting started with webhooks
Restricted messages on a timeline
SDKs
PLuG SDK
Snap-in development
Concepts
Tutorials
ADaaS
References
Development best practices
Locally testing snap-ins
Handling errors and retrying
Debugging
Quotas and limits
Upgrade snap-ins
Code Samples
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.
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.
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 12 properties
Built with