How to export an api with an url parameter and use it

how to export an api with an url parameter and use it in a php file.
i didnt work with php and postman before so if you could help me that would mean me a lot.

If you are new to Postman, then I would suggest a visit to the Learning Centre.

Overview | Postman Learning Center

Including the Postman Training links under “Other Resources”.

image

I would recommend the “Galaxy APIs 101” course first as it gets you used to the application features and the GUI.

Then the “Galaxy Testing and Automation” course which teaches you how to assert the responses. It includes defining and using variables from responses.

This isn’t going to tell you how to code this in PHP.

What you can do in Postman once you have a working request is select the code “</>” options in the right hand pane. It will provide code snippets for various programming languages including a few PHP options.

However it sounds like you also need some PHP training, which isn’t really a question for this forum.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.