Forum Discussion

silky27's avatar
silky27
Contributor
7 years ago

Rest API V1 calls failing with oAuth access token

I am using oAuth2 to generate the access token and use v1 rest api calls with them. curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer <access token>" -H "client-id:<clien...