Good morning, I would like to enable access api to my account but it does not work:
system@iserver:~$ curl -H 'Content-Type: application/json' -d '{"grant_type":"client_credentials","scope":"madp_api:access","client_id":"amzn1.application-oa2-client.420cfe33e2......","client_secret":"60abeaf7ad23b22279cacf2bb6ae01dc8f2a470ac8ffad5..."}' -X POST https://api.amazon.com/auth/o2/token
Error: {"error_description":"The request has an invalid parameter : scope","error":"invalid_scope"}
I tried in all ways without results can you help me?