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
- Create a new request or open an existing one
- Click the Request options step
- Click Params
- In the URL field, add parameters after a
?
character and separated by&
- for example, if you have two parameters,
sort, name
andactive, true
: - e.g.
https://api.example.com/users?sort=name&active=true
How to add parameters to the Params tab
- Create a new request or open an existing one
- Click the Request options step
- Click Params
- Enter a param in the Param field
- Enter a value in the Value field
- Click to add additional parameters
Using Notion field values in parameters
You can use data from your Notion database in the parameters through variables.