Dear Sir or Madame, I am able to get the access token, but unable to write the proper code to retrieve the endpoint info. First using Postman (without quotes) I've entered: Headers: Key 'Authorization', Value 'Bearer the_authorization_code' Key 'Content-Type', Value 'application/json' then under Body Key 'token', Value 'the_authorization_code' But this results in a 400 Bad Request, and "error_key": "token.invalid", "error_message": "Invalid access token" If I can get this working I will translate to Python/Django. Help for either Postman or Python is appreciated. Thank you.
... View more