api/v1/customer/messages/find-group

POST

/api/v1/customer/messages/find-group

This API method allows you to check for an existing group ID based on the customer list provided.
Note: The logged in customer is already included in this list.

Request Parameters

ParameterValue / TypeRequired
customer_listSTRING / ARRAYtrue

Sample Response

{
  "status": true,
  "group_id": "34aQnOG0m9XeMVB7YqyJ",
  "initial_customer_id": "LZWBJx0PmYkEwjGdr2vO"
}
{
  "status": false,
  "message": "Message group could not be found"
}