Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

API request to get Access token

Hello All,

 

I am having trouble getting an access token using an API Post method in API, can some one please help me to convert the below mentioned cURL to Power BI compatible query ?

 

curl -i -X POST \
-H "Content-Type:application/x-www-form-urlencoded" \
-H "Authorization:Basic AbcDewsgR" \
'https://oauth.brightcove.com/v4/access_token?grant_type=client_credentials'

 

 

Thank you

3 Replies