My question:
in my collection Postman I’m using the spotify web dev api to archive a playlist. The two requests that I have succeed when I perform the steps manually, but when I attempt to create scheduled runs or a monitor of the collection I get 401s.
My question is how I’m supposed to use the auto-refresh auth credentials of the collection since it seems like the setup I’m using fails. Naturally I’ve removed all the actual values for client-id and such, so mainly I’d love for an expert to inspect the way that I have the postman requests configured to tell me if I’m missing something.
Details (like screenshots):
Here’s my scheduled runs with one of the fails highlighted, the two following successes are after I manually re-authenticated and the token was refreshed for the next 2 hours or so.
Here’s some of the information from the collection auth page on the original collection
Any help is greatly appreciated as I figure this is something that trips up many beginners.