Hello,
Is the client_credentials and client_id same as apigeeClientId and apigeeClientPassword when trying to use the following:
curl -i -H 'Content-Type: application/x-www-form-urlencoded' -X POST 'https://docs-test.apigee.net/oauth/accesstoken' -d 'grant_type=client_credentials&client_id=ns4fQc14Zg4hKFCNaSzArVuwszX95X&client_secret=ZIjFyTsNgQNyxI'
If not, please let me know what is the use for them all.