How to call SharePoint online rest APIs using postman?
How to call SharePoint online rest APIs using postman? Step 1: Install Postman: https://www.getpostman.com Step 2: Generate Client ID and Client Secret Use below URL (Update Initial part): <SPO Site Collection URL>/_layouts/15/appregnew.aspx Note : You can visit below URL to see all registered apps. <SPO Site Collection URL>/_layouts/15/AppPrincipals.aspx Step 3: Grant correct permissions to app and authorize it. Use below URL (Update Initial part) : <SPO Site Collection URL>/_layouts/15/appinv.aspx Example of permissions XML : Full control on site collection (Please do not change site collection URL or any ...