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.
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.
Tagged:
0