How to use Postman test REST API

Comments

2 comments

  • Avatar
    AgilePoint 台灣技術支援

    Hello Tanya,

    you need to put your access token in the authentication header in order to pass authentication.

    0
    Comment actions Permalink
  • Avatar
    AgilePoint 台灣技術支援

    in case you may have trouble for retrieve Azure AD token, here is how I did it.

    first login to AgilePoint portal with Azure AD authentication.

    open dev tools in chrome (or any browser debug tool) and copy string in cookie shows in below.

    use URL decode against the string you copy and post it to text editor.

    copy those information in red cycle show in below and use it as your token in postman.

    0
    Comment actions Permalink

Please sign in to leave a comment.