The standard workflow card for updating an account won’t do what I need. An API will do what I need. Therefore I created a workflow API Connector. When I try to GET a user account, I get 403 Forbidden. I am using same URL and Headers that I use with Postman.
What do you think is happening?
How can permissions be missing?
{
“retry_count”: 0,
“flo”: “httpfunctions:1.0.13:get”,
“method”: “_uDslKobqBp”,
“execution”: “0a66eb7b-3ebf-4709-83b2-aafb884d92c5”,
“module”: “http.call”,
“kind”: “HTTP Request Error”,
“statusCode”: 403,
“headers”: {
“content-type”: “application/json”,
“public-key-pins-report-only”: "pin-
…
},
“body”: {
“errorCode”: “E0000005”,
“errorSummary”: “Invalid session”,
“errorLink”: “E0000005”,
“errorId”: “oaerk4MCZf0SZaZW1HXC6N-2g”,
“errorCauses”:
},
“message”: “403 Forbidden”,
“description”: “HTTP Request Error”,
“steps”: 32,
“source”: {
“flo”: “httpfunctions:1.0.13:get”,
“method”: “_uDslKobqBp”,
“execution”: “0a66eb7b-3ebf-4709-83b2-aafb884d92c5”,
“module”: “http.call”
}
}