Skip to main content
POST
Create a contact

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Body

application/json
firstName
string
required

The first name of the contact.

Example:

"Alice"

lastName
string | null

The last name of the contact.

Example:

"Johnson"

company
string | null

The company of the contact.

Example:

"Acme Corp"

role
string | null

The role of the contact.

Example:

"CEO"

externalId
string | null

The external ID of the contact.

Example:

"external-001"

source
string | null

The source of the contact.

Example:

"external"

sourceUrl
string<uri> | null

A link to the contact in the source system.

Required string length: 1 - 200
Example:

"https://example.com/contacts/001"

actorId
string | null

The actor ID to attribute contact creation to. Defaults to the organization owner.

Pattern: ^US(.*)$
Example:

"US123abc"

Response

Created

data
object
required