#J7

1 messages · Page 1 of 1 (latest)

fleet condorBOT
primal pecan
#

By source you mean whether it was a Dashboard action or an API action?

warped orchid
#

Ya for my use case I'm looking to identify whether it was dashboard or API and also the user who took the action in the dashboard

primal pecan
#

Okay

  1. You can listen for the customer.subscription.deleted webhook event. The event will contain a request ID (req_XXXXX).
#

If made through the dashboard the user will show in your developer logs

warped orchid
#

Would I have to look the request up via the dashboard though?

crude hare
#

👋 stepping in.

#

Yeah the Source isn't exposed in the API

#

So you can't tell from the webhook whether it was API or Dashboard generated. You would have to look in the Dashboard to determine that