16 May 2025
Webhooks API: format changes to the event delivery request headers

Autodesk plans to make format changes to the event delivery request headers in the Webhooks API when delivering the events to external callback URLs. Specifically, we will convert some of the existing header values. This is a courtesy notice, as these header fields have not previously been publicly documented, and they are intended to be used internally for tracing purposes only.
The format changes will impact the following undocumented header fields:
- x-ads-ul-ctx-tracking-id
- x-ads-ul-ctx-head-span-id
- x-adsk-delivery-id
The table below shows differences between before and after the change:
|
Current |
Beginning on June 24, 2025 |
x-ads-ul-ctx-tracking-id |
httpadapter~autodesk.data.fevnt.example~1-68224086-e98bac01d35d6b918ce393c1 |
httpadapter~autodesk.data.fevnt.example~5059ff4f452f4a3ebb50677da14869e2 |
x-ads-ul-ctx-head-span-id |
1-68224086-e98bac01d35d6b918ce393c1 |
50851c1ea26c9cdf |
x-adsk-delivery-id |
httpadapter~autodesk.data.fevnt.example~1-68224086-e98bac01d35d6b918ce393c1/19234e4a-df4f-4fed-9b65-9ed18585727b |
httpadapter~autodesk.data.fevnt.example~5059ff4f452f4a3ebb50677da14869e2/269e11c4-3c93-4458-ab50-7abecc3df2ec |
Action Required
If you are replying on the header fields values listed above, please update your code to handle the format changes taking effect as of June 24, 2025. Note: there will be no change in the body of delivery a request itself. The intended functionality of the API should not be affected.
If you have any questions regarding this change, please contact APS support.