How to use Postman test REST API

評論

2 條評論

  • Avatar
    AgilePoint 台灣技術支援

    Hello Tanya,

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

    0
    評論操作 永久連結
  • 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
    評論操作 永久連結

登入寫評論。