This document discusses using PowerShell to interact with REST APIs. It provides an overview of REST and the Invoke-RestMethod cmdlet. Key points covered include common REST methods and parameters for Invoke-RestMethod. Issues like datetime conversion and depth limits are addressed. Tools for testing REST APIs like Fiddler and Postman are presented. Finally, reasons for using REST like its relative simplicity and widespread vendor API support are highlighted.