Stage data not being sent in REST API

I have set up a webhook in mautic 3 to send to a third party API when a contact is updated, however it’s missing the contact stage information.

For example, this contact is in a stage named “Lead in CRM”, but this is what’s sent in the API:


"stage": {
      "createdByUser": "Jane Doe",
      "modifiedByUser": null
    },

There is no actual information about the stage here. Is there another way to get this information via the REST API?

True, that information is still missing in 4.4.7.
I added an issue for that: Webhook "contact updated" doesn't show stage details · Issue #12224 · mautic/mautic · GitHub