I did everything right because yesterday all worked fine. Today i restarted the server and wanted to create a layout but it response me:" The resource owner or authorization server denied the request.
The IP of my Server changed so i changed the IP in the “Manage Enviroments” section in the URL field. But i still get the error.
Do you have any ideas? I cant do any request by API.
CMS: 1.8rc2
API Programm: Postman
I did this yesterday too and it worked. I got the token and added it to the value of access_token. If i do access_token api Call i get the message:
{
“grid”: false,
“success”: false,
“status”: 400,
“message”: “The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the “access token” parameter.”,
“id”: null,
“data”: []
}
Make sure that you have selected the correct environment and that your environment has correct cms address and clientId, clientSecret of Postman application in your CMS.