login($credentials->getLogin(), $credentials->getPassword()); // url is https://www.instagram.com/stories/highlights/17924739640580662/ $folder = $api->getStoriesOfHighlightsFolderById(17924739640580662); dd($folder->getStories()); } catch (InstagramException $e) { print_r($e->getMessage()); } catch (CacheException $e) { print_r($e->getMessage()); }