Path Parameters
user_id*User Id
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/v1/members/string/phone" \ -H "Content-Type: application/json" \ -d '{ "phone_e164": "string" }'{ "property1": "string", "property2": "string"}Patch Subscription
Update a webhook subscription's target_url, event_types, and/or status. Only fields present in the request body are changed. Setting status="active" resets the consecutive-failure counter, so a subscription that was auto-disabled after 50 straight delivery failures does not immediately re-disable itself.
Redeliver
Retry one webhook delivery attempt. Resets it to pending with a fresh attempt counter — the delivery worker picks it up and re-sends the same event payload to target_url shortly after. Useful after fixing an endpoint that was returning errors.