TMF 641 API call in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 08:40 AM
I want to call TMF641 API in ServiceNow to create customer order.
I have built the payload in ServiceNow. I am trying to pass the payload to it but I am getting error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 08:46 AM
so you are consuming 3rd party API?
If yes then did you check if they are expecting any authentication?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 08:49 AM
I am not using third party API - it is OOTB API present in serivcenow .which I want to consume in serivcenow itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 09:46 AM
Since it's an API within ServiceNow, then yes you need to use some API user and authentication
You can use Basic Authentication
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 09:21 AM
Hi @komalsalunke ,
since it's OOB, yes Authentication is required.
if it was a scripted Rest You will have option to skip authentication
just sharing this info it's not recommended to create such APIs.
what's your use case? what are trying to achieve? and why this route why not server side code to create whatever you are trying to create?
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya