Get a contact property
GET
/v1/contact-properties/{property_id}
curl -X GET "https://us1.platform.bird.com/v1/contact-properties/{property_id}" \
-H "Authorization: Bearer $TOKEN"Returns a single contact property by ID.
Paramètres
property_id
string
Contact property ID.
Contenu de la réponse
id
string
obligatoire
Contact property ID.
key
string
obligatoire
The property key, used as the key in contact data and as the template variable name in broadcasts. Lowercase letters, digits, and underscores, starting with a letter. Cannot be changed after creation.
type
string
obligatoire
The value type every contact must use for this property. Cannot be changed after creation.
fallback_value
Default used when a contact has no value for this property and the template does not supply an inline fallback. A string, number, or boolean matching the declared type (strings up to 500 characters), or null when no fallback is set.
archived
boolean
Whether the property is archived. An archived property is rejected in new contact writes and stops rendering in templates, but every value already stored on contacts is preserved. Reactivate it with unarchive.
created_at
string
obligatoire
updated_at
string
obligatoire