HTTP Request to get geometry data

How to get geometry data using HTTP request. Initially as the first step we collect threadID and steamId using webhook

Hey @Praveen_Salinda,

Here are the REST API docs.

In general, 3D models can be large and data-heavy—HTTP requests are not recommended. It’s much better to use GraphQL if you want to query specific items, or to use the Speckle SDKs if you need the full model.