Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2023-11-01 11:57 AM - edited 2023-11-01 12:05 PM
Hello,
I am trying to create/ update a record in Archer Applications table from Postman Application. I am able to obtain the Session ID and get the records from Applications table using the "Obtain Session ID" and "Get Level Metadata". When I tried the create/ update the same using Content Save, it is giving me 401 error.
Please find the details:
Method: POST
Endpoint: <archerURL>/contentapi/Applications
Headers:
Content-Type: application/json
Cookie: ArcherSessionCookie={{sessionToken}}
Accept: application/json,text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
I've tried "__ArcherSessionCookie__", "Archer session-id" Let me know if I have to change anything.
2023-11-02 03:01 PM
This is how the authorization header should be formatted.
Advisory Consultant
2023-11-03 08:09 PM
Though I have used double quote, Still getting the same error.
2023-11-06 11:20 AM
Please contact support to see if they can help you determine why you're getting an HTTP 400.