Your question may already have an answer on the Postman Community Forum. Please search for related topics to avoid duplication.
Please read through these guidelines before creating a new topic.
Here’s some information to include when creating your question:
- Descriptive Title: Write a title that summarizes the specific problem, this shouldn’t be the same as the full question.
- Introduce The Question: Explain how you encountered the problem you’re trying to solve and the steps you’ve taken to resolve the issue.
- Additional Data: Include additional data that might help someone reproduce your issue - for example, code, collections, data dumps, console errors, screenshots or gifs. Ensure all code snippets are placed within a code block.
- Platform Details: Which Postman App, Web Platform, and Operating System version you are using. You can see this in under Settings → About.
- Tags: Add up to 5 tags so people can search for answers to similar questions.
Do NOT include sensitive information like auth tokens or passwords.
Is Postman API or Postman Echo (or another API) the way to get the value of a Postman variable through PHP cURL? I need to share a token that refreshes 3 times a day among many Web apps. Tried Postman API and Postman Echo but the cURL response is parsing as {{variable}} instead of its value. Works in Postman but not in Web apps.