Shared links (App Items)
Find app item for shared link
Returns the app item represented by a shared link.
The link can originate from the current enterprise or another.
get/shared_items#app_items
Headers
boxapistring required
A header containing the shared link and optional password for the shared link.
The format for this header is shared_link=[link]&shared_link_password=[password].
Response
Returns a full app item resource if the shared link is valid and the user has access to it.
Example response
{
"id": "12345678",
"type": "app_item",
"application_type": "hubs"
}