Question
Integration POST Request returning 302 Error
Hello All,
I'm experiencing a strange error with an API object when making a POST request. This is the request body:
{
"project_id": 4,
"participant_id": 1,
"strata1": "New York",
"strata2": "9"
}
I'm receiving a 302 error with the following error message:
Error processing integration response
error-result-guidance
The response body could not be converted to an Appian value The jsonText parameter was not valid JSON. Received: <....
I have verified that the API key and endpoint are correct. I am able to get a 400 error using PostMan. Has anyone encountered anything like this before?
