I am accessing the Eloqua API and I am able to read the list of Email Groups for each contact and retrieve the Subscription status via the following API Endpoint:
GET api/REST/1.0/data/contact/12339/email/groups/subscription
However the Eloqua Documentation seems to lacking. In fact I can not find the above endpoint in the documentation itself. How can I change the subscription status via API?
Below is a screenshot of what I am talking about:
I can read the email group name and status via the endpoint mentioned above. But how can I modify it programmatically using an Eloqua API?