v1
latestOpenAPI 3.1.02026-08-062951103.4 KBsubscribers
Update a subscriber
Update a subscriber. Only the custom properties of a subscriber can be modified.
Returns the updated subscriber on success.
patch/subscribers/{id}
Path parameters
idstring required
Subscriber ID to update
Request body
Example request
{
"properties": {
"last_contacted": "2021-05-04",
"preferred_name": "Johnny"
}
}Response
OK
Example response
{
"id": "subr_dRiytWmkVtSBt9mOpRaC0ca0",
"platform_id": "cus_Jax42BBWGOWuDp",
"name": "Jane Doe",
"email": "jane@example.com",
"status": "saved",
"properties": [
{
"property": {
"id": "prop_jrtpyZs1httwFFIl7V80cHwf",
"key": "number_of_contacts",
"name": "Number of contacts",
"type": "number",
"format": "number"
},
"formatted_value": "5,800"
}
]
}