To ingrate any system we need at least the below details:
- Type of Integration – Inbound/Outbound
- Endpoint – https://snowexpertrohit.com/v2
- Authentication – Basic/Oauth
- Method – Get,Put or Post
- Header – Content-Type:application/json
- Query Parameter or Data
- Mid Server Required
Example :
curl "https://<instance>.service-now.com/api/now/table/incident?sysparm_limit=1" --request GET --header "Accept:application/json" --user 'admin':'admin'
No responses yet