Curl to ServiceNow calls
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 01:43 AM
Hi Team,
How can I call below API which is in curl from ServiceNow flow or business rule ?
curl -X POST \
https://outscan.outpost24.com/opi/rest/auth/login \
-d 'username=your_username' \
-d 'password=your_password'
2 REPLIES 2
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 01:51 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 07:53 PM
Can you help me to know how you call the given curl API from RESTAPI BR or flow?