We are using API to to create / update / unsubscribe subscribers.
This is good BUT in order to Update / Unsubscribe we need to have the subscriber's subscriber_uid parameter.
There is no API endpoint that provides the subscriber_uid?
OR even better would be to return in the response the subscriber_uid, so when we successfully add a Subscriber by API then the response is something like:
New subscriber successfully added.Subscriber_id=ze7057pdfea57
How can implement something like this? Thanks!
This is good BUT in order to Update / Unsubscribe we need to have the subscriber's subscriber_uid parameter.
There is no API endpoint that provides the subscriber_uid?
OR even better would be to return in the response the subscriber_uid, so when we successfully add a Subscriber by API then the response is something like:
New subscriber successfully added.Subscriber_id=ze7057pdfea57
How can implement something like this? Thanks!