#J7
1 messages · Page 1 of 1 (latest)
By source you mean whether it was a Dashboard action or an API action?
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
Okay
- You can listen for the
customer.subscription.deletedwebhook event. The event will contain arequestID (req_XXXXX).
If made through the dashboard the user will show in your developer logs
Would I have to look the request up via the dashboard though?