API Cost Webhoook
# support
k
Hello, for the end-of-call-report i see a cost: variable in the json, but it always says 0, how can i get an accurate cost for the call?
n
ya, the call object sent in webhooks is stale from the start of the call. we need to fix this. for now,
GET /call/:id
should work to fetch latest
k
@nikhil thanks