Consumer Webhooks

The Consumer webhooks provide notifications about updates to consumers in your Upwardli Network.

Message Originations

Event NameDescription
Consumer.CreatedSent once a consumer is created on our side, regardless of success.
Consumer.UpdatedSent any time a consumer object is updated
Consumer.ClosedSent when a consumer account is closed

Sample Message Body

1{
2 "id": "ea04f0a8-b005-47cd-ba33-b02a00c0c426",
3 "created_at": "2023-06-23T07:41:50.45-04:00",
4 "event_name": "consumer.created",
5 "partner_id": "2f221c90-b82d-4e12-9bfd-ae8301097de3",
6 "resources": [
7 "https://api-sandbox.upwardli.com/v2/consumers/4d67821a-c4a3-45a5-8b38-b02a00c0b562"
8 ],
9 "last_attempted_at": "2023-06-23T07:41:50.45-04:00"
10}
Was this page helpful?