Python
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
Python
This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.Learn more about Box SDK versioning strategy.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
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.
An app item represents an content object owned by an application. It can group files and folders together from different paths. That set can be shared via a collaboration.
Last modified on January 23, 2026
