Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Archer API using Postman

JonathanDunlop
Contributor II

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 

1 ACCEPTED SOLUTION

Accepted Solutions

DavidPetty
Archer Employee
Archer Employee

This is how I have my Postman configured.

For the login call, I have a Test configured as so:

DavidPetty_0-1684411584090.png

Then for the other calls this is how I have the header:

DavidPetty_1-1684411664466.png

 

 

 Advisory Consultant

View solution in original post

3 REPLIES 3

JonathanDunlop
Contributor II

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

DavidPetty
Archer Employee
Archer Employee

This is how I have my Postman configured.

For the login call, I have a Test configured as so:

DavidPetty_0-1684411584090.png

Then for the other calls this is how I have the header:

DavidPetty_1-1684411664466.png

 

 

 Advisory Consultant

Thanks David this configuration seems to have done the trick.
I appreciate the timely response on this matter

Thanks again