curl syntax to get list of integrations
Summary
curl fails with port number ended with 'a'Content
Hi, need to issue curl to get the list of integrations, found this syntax at https://docs.oracle.com/en/cloud/paas/integration-cloud/rest-api/op-ic-api-integration-v1-integrations-get.html
curl -G -X GET -H 'Authorization: Bearer <access_token>' -H "Accept:application/json" -d "orderBy=name" https://<host>/ic/api/integration/v1/integrations
, but it is giving me "port number ended with 'a'" error, the URL with token work OK in Postman, any idea what is wrong?
Thank you
Tagged:
0