Get Bearer Token for Access to API services. Use Basic Authentication with client_id as username and client_secret as password.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.