Docs
Request parameters

Request parameters

Request parameters are key-value pairs added to the URL query string. They're commonly used to filter, sort, or modify API responses.

You can add parameters by:

  • manually adding them to the URL field
  • adding them to the Params tab

How to add parameters to the URL field

  1. Create a new request or open an existing one
  2. Click the Request options step
  3. Click Params
  4. In the URL field, add parameters after a ? character and separated by &
  • for example, if you have two parameters, sort, name and active, true:
  • e.g. https://api.example.com/users?sort=name&active=true

How to add parameters to the Params tab

  1. Create a new request or open an existing one
  2. Click the Request options step
  3. Click Params
  4. Enter a param in the Param field
  5. Enter a value in the Value field
  6. Click to add additional parameters

Using Notion field values in parameters

You can use data from your Notion database in the parameters through variables.