Update a property
Update a contact property’s key, type, or fallback value.
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Path Parameters
The property ID.
Body
The property key.
255"company"
The data type of the property.
string, number, date "string"
Default value used when a contact doesn't have this property set.
1000"N/A"
Response
Property updated successfully
Unique identifier.
"550e8400-e29b-41d4-a716-446655440000"
The property key. Used when setting values on contacts.
"company"
The data type of the property.
string, number, date "string"
Default value used when a contact doesn't have this property set.
"N/A"
When the property was created.
"2026-03-03 10:00:00"
When the property was last updated.
"2026-03-03 10:00:00"

