...
Warning |
---|
This documentation assumes basic knowledge of REST API, Authorization mechanisms, and Web Browser Network Tools. |
Table of Contents |
---|
Get JWT
Visit the Configuration Page for Secure Fields for some project.
...
Add Authorization Header with value of obtained JWT Token (remember to include prefix "JWT")
Execute Request
Your response from Postman Should be exactly the same as response in WebBrowser
...