Article suggestions
  1. Home
  2. Section: Developer Hub
  3. Unsubscribe API - Unsubscribe Members from Email Campaigns

Unsubscribe API - Unsubscribe Members from Email Campaigns

Unsubscribe API - Unsubscribe Members from Email Campaigns
  • avatar
Written by Chan Nier
Updated on February 19, 2025

 Link: https://support.brilliantdirectories.com/support/solutions/articles/12000102546

It is possible to Unsubscribe a member from receiving email using the api, only 1 member can be updated at a time.

Using the API there are 4 Unsubscribe actions that can be achieved:

  1. /api/v2/unsubscribe_list/get/{id}
  2. /api/v2/unsubscribe_list/create
  3. /api/v2/unsubscribe_list/update
  4. /api/v2/unsubscribe_list/delete

We will break down these actions and explain how to achieve an end results with each one. The examples shown in this article are completed using https://www.postman.com/

Unsubscribe Get API

/api/v2/unsubscribe_list/get/{id}

Using this action is simple, add the url above but replace {id} with the actual member ID. This will fetch the member information from the website

Unsubscribe Create API

/api/v2/unsubscribe_list/create

With this action, by sending the email, it will add the member to the unsubscribe list.

Unsubscribe Update API

/api/v2/unsubscribe_list/update

With this action it is possible to update the unsubscribed list. Replace {id} with the member ID that will be updated from the unsubscribed list.

Unsubscribe Delete API

/api/v2/unsubscribe_list/delete

Use this action URL to delete a a member from the unsubscribed list, replace {id} with the member ID that will be removed from the unsubscribed list.


Thank you for leaving a rating!
Did you find this article helpful?
0 out of 0 people found this article helpful so far
Can't find what you're looking for? Get in touch
How can we help?
Send your question below and we'll get back to you as soon as possible.
Cancel
translation missing: en.kb.default.contact_form_error
×
Thanks for your message!
Thanks for your message!
×