Hi ,
I am trying to post message to glip group chat using curl command but I am getting always {"message":"Not Found"}.
I have given Glip permission under Settings -> Oauth Settings -> Permission Needed
Below is the command which I am using:
I am trying to post message to glip group chat using curl command but I am getting always {"message":"Not Found"}.
I have given Glip permission under Settings -> Oauth Settings -> Permission Needed
Below is the command which I am using:
curl -H "Content-Type: application/json" -H "Authorization: Bearer $token" -X POST https://platform.devtest.ringcentral.com/restapi/v1.0/glip/posts -d'{ "groupId":"52626304005","text":"Hi there! Test message"}'