3 years ago
Join node/group 301 API error
Hi, I was able to implement Leave node successfully using membership API(Javascript). But Join node API is returning 301 error and I don't see error details, can we see actual error details to find...
- 3 years ago
Hello radhika_kundana,
Seems like you didn't pass body parameter:
Add the following to the body section and run:{
"data" : {
"type" : "membership_request"
}
}For your reference sharing the developer doc link: https://developer.khoros.com/khoroscommunitydevdocs/reference/join-open-node
Hope it helps you.
Regards,
Abhishek Gupta