Forum Discussion

Nav's avatar
Nav
Ace
7 years ago

Rest Apiv2 to retrieve messages with authentication

Hi, I am working on ApiV2 rest call to retrieve all messages. I used the below     $aurl = "https://api.lithium.com/community/2.0/xxxxxxx/search?q=SELECT+*+FROM+messages&api.pretty_print=true"; p...
  • Nav's avatar
    Nav
    7 years ago

    Hi

    This is working fine when I follow the below 

    https://community.xxxxxxxxxx.co.uk/auth/oauth2/authorize?client_id=xxxxxxxxxxx&response_type=code&redirect_uri=http://community.xxxx.co.uk/

    Thanks