Create Account
Creates an account, which is a record representing a customer or an
organization.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
display_name
Name of the account.
description
Description of the account.
domains
List of company’s domain names. Example - [‘devrev.ai’].
external_refs
External refs are unique identifiers from your customer system of
records, stored as a list.
owned_by
List of Dev users owning this account.
tier
The tier of the account.
websites
List of company websites. Example - [‘www.devrev.ai’, ‘www.marketplace.devrev.ai’].
Response
The response to creating a new account.
account