Hello!
When creating a playlist we are getting an id which is the one in the user's library, it's not enough to create a link and share it with friends for example.
To do so, we need a global id. The only way I found to generate this global id is by clicking on the share button of the playlist on Apple Music. After doing this manual action, the global id is properly returned by the Playlist endpoint on the Apple Music API.
I wanted to know if there was a endpoint that could be called in order to generate this global id without having to go on the Apple Music app?
Thanks for your help