Skip to main content
GET
/
api
/
v1
/
:team_slug
/
:app_slug
/
dam
/
shareable-links
/
:link_id
Error
A valid request URL is required to generate request examples
{
  "data": {
    "created_at": "<string>",
    "description": "<string>",
    "expires_at": "<string>",
    "folders": [
      {
        "created_at": "<string>",
        "file_count": 123,
        "has_content_access": true,
        "id": "<string>",
        "image_count": 123,
        "is_default": true,
        "name": "<string>",
        "parent_id": "<string>",
        "public": true,
        "slug": "<string>",
        "updated_at": "<string>",
        "video_count": 123
      }
    ],
    "id": "<string>",
    "items": [
      {
        "blurhash": "<string>",
        "created_at": "<string>",
        "description": "<string>",
        "id": "<string>",
        "status": "<string>",
        "title": "<string>",
        "type": "image",
        "updated_at": "<string>",
        "url": "<string>"
      }
    ],
    "token": "<string>",
    "updated_at": "<string>"
  },
  "success": true,
  "total": 123,
  "total_pages": 123
}

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

Shareable link ID

Response

Shareable link retrieved successfully

data
object
success
boolean
total
integer
total_pages
integer