Thanks a lot !
In java code examples I found a parameter called the API key and in the this curl example
curl -u $cred -H ‘X-Client-Specification: 2’ –H ‘X-Cloud-Key: $Key’\ -X GET
https://api.example.com/v2 | xml fo
$Key = API key
My question is which one of the two access key and secret is the API key ? I used the following combinations:
accesskey:secret key ,only access key , only secret key.
It gives me the following errors:
curl: (6) Couldn't resolve host '2’'
curl: (6) Couldn't resolve host '–H'
curl: (6) Couldn't resolve host '‘X-Cloud-Key:'
curl: (6) Couldn't resolve host '’ -X'
curl: (6) Couldn't resolve host 'GET'