accounts

Create

POST
Creates an account, which is a record representing a customer or an organization.

Request

This endpoint expects an object.
display_name
stringRequired
Name of the account.
description
stringOptional
Description of the account.
domains
list of stringsOptional
List of company's domain names. Example - ['devrev.ai'].
external_refs
list of stringsOptional
External refs are unique identifiers from your customer system of records, stored as a list.
owned_by
list of stringsOptional
List of Dev users owning this account.
tier
stringOptional
The tier of the account.
websites
list of stringsOptional
List of company websites. Example - ['www.devrev.ai', 'www.marketplace.devrev.ai'].

Response

This endpoint returns an object
account
object