v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
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.

idstring required

The unique identifier for this app item.

type'app_item' required

The value will always be app_item.

application_typestring required

The type of the app that owns this app item.

Example response

{
  "id": "12345678",
  "type": "app_item",
  "application_type": "hubs"
}