Authentication Bearer ey(and so on)
The REST API test for Resources - List displays the Bearer token.
https://docs.microsoft.com/en-us/rest/api/resources/resources/list#code-try-0
Or am I trying to process the "nextLink" property incorrectly?
I had done that, but not processing the nextLink manually the full output leaves out some info I was previously ingesting - namely the statusCode and some header properties.
Output when NOT using pagination:
Output when using pagination:
Why is it that only the body is returned and others like statusCode and headers are removed when pagination is turned on?
I'd be interested in knowing if there was a way of pulling the token out somehow (or properly processing nextLink) without resorting to having to register an App within Azure AD.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1