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.
artifacts
The IDs of the artifacts to associate with the account.
custom_fields
Application-defined custom fields.
custom_schema_spec
Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.
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’].
schema_fragment_idsDeprecated
Schema fragment IDs associated with this account SOR.
Response
The response to creating a new account.
account
default_rev_org