Skip to main content
GET
/
api
/
album-assets
/
{album_asset_id}
Get album asset details
curl --request GET \
  --url https://api.example.com/api/album-assets/{album_asset_id}
{
  "id": "<string>",
  "album_id": "<string>",
  "asset_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Path Parameters

album_asset_id
string
required

Response

Successful Response

Represents a link between an album and an asset.

id
string
required

Unique album_asset identifier with 'album_asset_' prefix

album_id
string
required

ID of the album

asset_id
string
required

ID of the asset

created_at
string<date-time>
required

When this link was created

updated_at
string<date-time>
required

When this link was last updated