Skip to main content
Solved

Help Needed for REST Web Service

  • June 27, 2025
  • 2 replies
  • 25 views

Forum|alt.badge.img+3

Hello Team,
I need assistance with the REST API:
I have a Splunk URI along with a Bearer token and Key, Value, etc.
By using POST MAN am able to performing POST requests and get the response.
I am unable to do POST method in AA 360, and there is no Bearer token available.

Can you please help me by outlining the steps to utilize a REST web service with a Token?

Best answer by Aaron.Gleason

@Nirupama G P Typically, a bearer token is passed along in the Header of the request. Something like:

Authorization: Bearer {your token here}

 

2 replies

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • Answer
  • June 27, 2025

@Nirupama G P Typically, a bearer token is passed along in the Header of the request. Something like:

Authorization: Bearer {your token here}

 


Forum|alt.badge.img+3
  • Author
  • Cadet | Tier 2
  • June 27, 2025

Thank you so much ​@Aaron.Gleason , let me try .