get https://{baseUrl}/V2/storeview//vendor//albums
Retrieves a list of albums associated with a specific vendor, identified by the vendor ID. The vendor ID must be provided as a path parameter. Use this API to fetch all albums created or managed by the vendor.
Sample Curl
curl --location 'https://mygatewayurl.com/V2/storeview/default/vendor/1/albums'
