cURL
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" }
Retrieves details for a specific album-asset link.
Successful Response
Represents a link between an album and an asset.
Unique album_asset identifier with 'album_asset_' prefix
ID of the album
ID of the asset
When this link was created
When this link was last updated