Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,Instead of manually copying tokens, you can script the FMC REST API calls to first request the token, parse it from the response header, and then automatically include it in subsequent GET requests. Most people use a wrapper script in Python or...