POST request to the /web_links/:web_link_id endpoint. This
will place the web link in the original parent folder if it is still
available, you optionally can specify a parent folder.
Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
POST request to the /web_links/:web_link_id endpoint. This
will place the web link in the original parent folder if it is still
available, you optionally can specify a parent folder.
curl -i -X POST "https://api.box.com/2.0/web_links/12345" \
-H "authorization: Bearer <ACCESS_TOKEN>"
Was this page helpful?