Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2023-05-18 06:44 AM - edited 2023-05-18 06:52 AM
Hey All, I am currently trying to create a content record using postman. However I am getting the error: '401Empty session token in the header'
I have already set up the login call via postman to retrieve the SessionToken using the login call however I seem to be unable to get this configured when trying to post and create a content record.
The raw data that I am trying to send is in JSON format and I know that it correct as I have verified within the Archer API module
Any ideas on what configuration I may need? ie headers/authorization
2023-05-18 08:08 AM
This is how I have my Postman configured.
For the login call, I have a Test configured as so:
Then for the other calls this is how I have the header:
Advisory Consultant
2023-05-18 07:46 AM
I have also followed steps from this post and continue to get a similar error message- https://www.archerirm.community/t5/discussions/rest-api-tool-postman-how-to-use-doc-and-other-resources/m-p/445803
2023-05-18 08:08 AM
This is how I have my Postman configured.
For the login call, I have a Test configured as so:
Then for the other calls this is how I have the header:
Advisory Consultant
2023-05-18 09:15 AM
Thanks David this configuration seems to have done the trick.
I appreciate the timely response on this matter
Thanks again