You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Web APIs can pass in parameters in three different ways: 1.) Query Params, 2.) Request Headers, and 3.) Request Body. This article will explain how to retrieve the value of a parameter for each of these scenarios.

Query Params


Request Headers


Request Body


  • No labels