...
In order to get a client access token, send a GET
request to /oauth/token?grant_type=client_credentials
. The request must should contain a basic HTTP access authorization header with the client ID as a username and the client secret as a password.
...