Thanks for the link Mario. Do you have any supporting documents on how I can display any API post response even if there’s no error?
I found out the API connection I’m setting up only sends status code “201” back even if there’s issues with the form data so I’m trying to figure out a conditional statement that would pull the variable “outcome” from the response body.
Here’s an example of the response code:
{
“outcome”: failure
“Reason”: “phone number is not valid”
}