Skip to main content

What is the correct format to use in the Call a Webservice: Request content. This content is a valid json format, but request goes wrong. And gives the message: The request body must contain the following parameter: 'grant_type'.


3937iA3BA980D4CF86D7A.png

Was using the wrong format:

Request headers:
Content-Type: application/x-www-form-urlencoded

Request content:
grant_type=client_credentials&client_id=[id]&client_secret=[secret]&resource=[resource]

Reply