How to test ServiceNow Rest API for attachment using POSTMAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 02:05 AM
Hi,
I need to test ServiceNow Rest API for attachment using POSTMAN as client instances are accessible through VPN only. As their instances are not in public domain.
When I tried to sent request using Basic Auth it is going timeout.
Note : Instance has SSO enabled.
Below REST API I am using to fetch the attachment :
Versioned URL: <SERVICE-NOW>/ api /now/v1/attachment/ {sys_id} /file
I am using Postman Desktop application even though it is giving timeout.
Can anyone help me with this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 05:05 AM
I have also installed POSTMAN desktop application. But not able to send request to instance even though I can access same instance using browser.
Do you have any suggestion on this how to procced further?