Create Account

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

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
display_namestringRequiredformat: "text"
Name of the account.
descriptionstringOptionalformat: "text"
Description of the account.
domainslist of stringsOptional

List of company’s domain names. Example - [‘devrev.ai’].

external_refslist of stringsOptional
External refs are unique identifiers from your customer system of records, stored as a list.
owned_bylist of stringsOptional
List of Dev users owning this account.
tierstringOptionalformat: "text"
The tier of the account.
websiteslist of stringsOptional

List of company websites. Example - [‘www.devrev.ai’, ‘www.marketplace.devrev.ai’].

Response

The response to creating a new account.
accountobject

Errors