Skip to main content
POST

Authorizations

Authorization
string
header
required

Pass a Dugble team token in the Authorization header as Bearer . Team token secrets use the dgb_team_ prefix.

Body

application/json
key
string
required

Unique property key containing only letters, numbers, and underscores.

Required string length: 1 - 50
Pattern: ^[A-Za-z0-9_]+$
type
enum<string>
required

Declared value type for the property.

Available options:
string,
number
fallback_value

Fallback value. Non-null values must match the contact property's declared type.

Response

Contact property created successfully.

success
enum<boolean>
required
Available options:
true
data
object
required