Savannah
Savannah5mo ago

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:
Hi @Savannah, Since it's a form-urlencode type. You can pass it in a group of params and send it in the body....
No description
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @Savannah, Since it's a form-urlencode type. You can pass it in a group of params and send it in the body.
No description