This document discusses how to use PowerShell to call RESTful API endpoints. It provides an overview of the key concepts needed to get started, including using the Invoke-WebRequest and Invoke-RestMethod cmdlets to make requests. It also covers authentication, endpoints, resources, HTTP methods, and includes sample code for basic authentication. The document promotes learning PowerShell to access REST APIs as an easy way to integrate disparate systems.