Using Bearer token, need to POST Incidents from ServiceNow to BMC Remedy

Ravi Kand
Tera Contributor

Dear All,

 

I have received access token type (Bearer) successfully using REST Message POST Method. Example below.

 

"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJyYXZpa3VtYXJrYSIsInNjb3BlcylRsqyUwmhJ3fReCZ8Y4HAmYoc",
"token_type": "bearer"

 

Using this Bearer token, I need to POST Incidents which is created in ServiceNow to BMC Remedy.

Please let me know the steps to be configured in REST Messages.

 

Thank you,
Ravi

 

1 REPLY 1

Sohail Khilji
Kilo Patron
Kilo Patron

did you start with anything , were are you struck...

 

Refer this to create your rest message:

https://developer.servicenow.com/dev.do#!/learn/learning-plans/utah/servicenow_application_developer...

 

In authentiation type chooose Oauth 2.0.

Create a Auth profile and pass the barrier token in header.

 

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect