Skip to main content
POST
Create a contact property

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

Path Parameters

contactId
string
required

The unique identifier of the contact.

Pattern: ^(.*)$
Example:

"6a145ff26212a192852c856e"

Body

application/json
type
string
required

The type of the contact property.

Examples:

"phone-number"

"email"

"string"

"date"

"boolean"

"number"

value
required

The value of the contact property.

Example:

"+1234567890"

name
string | null

The label for the contact property.

Example:

"Mobile"

Response

OK

data
object
required