Savannah - Using API Call node.Content Type ap...
Using API Call node.
Content Type application/x-www-form-urlencoded
How do I format the content I put in the body so it is in form format?
eg with these values?
{
"client_id": "123456",
"client_secret": "123456",
"grant_type": "authorization_code",
"code": "123456"
}
I got this error message:
"error": "Unprocessable Entity","statusCode": 422,
Solution:Jump to solution
Hi @Savannah, Since it's a form-urlencode type.
You can pass it in a group of params and send it in the body....
1 Reply
Solution
Hi @Savannah, Since it's a form-urlencode type.
You can pass it in a group of params and send it in the body.