Skip to main content
Cadet | Tier 2
June 27, 2025
Solved

Help Needed for REST Web Service

  • June 27, 2025
  • 2 replies
  • 79 views

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
    Automation Anywhere Team
    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}

     

    Cadet | Tier 2
    June 27, 2025

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