OAuth 2.0 Authorize endpoint.Currently only the client_credentials flow is supported.It is preferred to send credentials under the Basic Authorization header instead of in the request body, but both options are supported.
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password