Create an entity

POST

Create a new entity from the specified values.

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired

Request

This endpoint expects an object.
addressobjectRequired

An address description of the entity

emailstringRequired

An official email address of the entity

type"individual" or "organization"Required
Allowed values: individualorganization

A type for an entity

individualobjectOptional

A set of meta data describing the individual

organizationobjectOptional

A set of meta data describing the organization

phonestringOptional

A phone number of the entity

tax_idstringOptional

The entity’s taxpayer identification number or tax ID. This field is required for entities that are non-VAT registered.

websitestringOptional

A website of the entity

Response

This endpoint returns an object.
Organization

A base for an entity response schema

OR
Individual

A base for an entity response schema

Errors