Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OIC Gen3 Process Automation Rest API call from Postman

Summary:

Recently we migrated to OIC generation 3, and I have messaged start event-based process application. I have activated it and got the rest url for it. it is something like this.

https://opa-oic-*********-****************-*************-iad.process.oci.oraclecloud.com/process/api/v1/process-instances?applicationName=TestApproval&version=1.0&processName=MyProcess


I used the same url from above in postman and rest verb as "POST" and provided basic authentication with my user id and password. I got the error response as

{

    "code": "NotAuthenticated",

    "message": "The required information to complete authentication was not provided or was incorrect."

}


not sure with gen3, if we can use basic auth or not.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!