What would be the easiest way to get the project_id, if i only have the share_id? I’m looking to make an automation so my users can navigate to the share builder page from a client facing share link.
I realize you can just navigate directly on the page if you’re logged in, so this isn’t super necessary, but my users are used to running a macro for this action on our previous solution so it’s a nice to have.
The easiest way to get the project_id associaated with a share_id is going to be setting up a webhook to listen for the share.created event. Here’s an example of the payload:
Hi @nhe! Thanks for taking the time to post this. A couple questions, just to be sure I’m capturing this request accurately:
Is the ask here that the Shares API endpoints return identifiers like project_id in their response objects?
Or looking more specifically at the use case in your first post, are you looking for a way to resolve a share directly via the API from a share_id or share link?