Hello I been trying to look for any documentation about a way to apply a variable in the middle of the POST, GET or DELETE request in Postman?
/api/v1/users/ UserIDfromCSV /sessions
is that possible?
Hello I been trying to look for any documentation about a way to apply a variable in the middle of the POST, GET or DELETE request in Postman?
/api/v1/users/ UserIDfromCSV /sessions
is that possible?
Hey @Gisenm222
You should be able to reference the variable in the URL, using the {{var_name}}
syntax that matches the column heading in the CSV file.
For example:
/api/v1/users/{{UserID}}/sessions