Nav
7 years agoAce
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...
- 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