The BOM upload polling uses /v1/token/{uuid} to test if the BOM processing has been completed.
As of Dependency Track 4.11.0 this has been deprecated in favor of the /v1/event/token/{uuid} endpoint, which was introduced in that release.
The new endpoint does not require any permissions. It has the same request and response as the old endpoint.
The BOM upload polling uses
/v1/token/{uuid}to test if the BOM processing has been completed.As of Dependency Track 4.11.0 this has been deprecated in favor of the
/v1/event/token/{uuid}endpoint, which was introduced in that release.The new endpoint does not require any permissions. It has the same request and response as the old endpoint.