Tim_h
10 years agoBoss
Is it possible to execute an endpoint from another user?
Hey guys, Is it at all possible to execute an endpoint using API V1 or V2 so the requests made in the endpoint come from a different user. IE I have an endpoint that edits a post using restad...
- 10 years ago
if you're using the /messages/id/${message_id}/edit REST call I believe that you can specify the author as part of the querystring.
See this link:
https://developer.khoros.com/khoroscommunitydevdocs/reference/rest#rest---http-putpostdelete-api-v2
for details and good luck.