From 1a7e5212e740297010ac6f650154efe35fa29248 Mon Sep 17 00:00:00 2001 From: bobbyatsegment <93934274+bobbyatsegment@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:05:16 -0500 Subject: [PATCH] Update Public API link --- src/engage/user-subscriptions/set-user-subscriptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engage/user-subscriptions/set-user-subscriptions.md b/src/engage/user-subscriptions/set-user-subscriptions.md index b5554a2efe..5d3423c078 100644 --- a/src/engage/user-subscriptions/set-user-subscriptions.md +++ b/src/engage/user-subscriptions/set-user-subscriptions.md @@ -55,7 +55,7 @@ With Segment's APIs, you can manage user subscriptions programmatically on a rea ### Choosing between the Identify call and the Public API -To update Engage user subscriptions with Segment's APIs, first choose between [the Identify call](/docs/connections/spec/identify/), for non-critical subscription updates, or the [Public API](https://api.segmentapis.com/docs/spaces/#replace-messaging-subscriptions-in-spaces){:target="_blank"}, for critical updates that require immediate confirmation, like unsubscribes. +To update Engage user subscriptions with Segment's APIs, first choose between [the Identify call](/docs/connections/spec/identify/), for non-critical subscription updates, or the [Public API](https://docs.segmentapis.com/tag/Spaces#operation/replaceMessagingSubscriptionsInSpaces){:target="_blank"}, for critical updates that require immediate confirmation, like unsubscribes. When you use the Identify call, Segment replies with a standard HTTP `200 OK` status response code if it successfully received the request. Because the Identify call updates user traits asynchronously, though, the `200 OK` code indicates that Segment has received, but not yet processed, the request. As a result, use the Identify call for non-critical subscription updates, like form signups on your website or adding a subscription from within the user's notification center. @@ -108,4 +108,4 @@ The following example payload shows an Identify call with a `context` object, wh For successful requests, Segment instantly updates subscription states in your workspace. You can then display successful updates or error messages with users in your notification center. > success "" -> While SMS and WhatsApp share the same number, you must add a separate subscription state for both of them. \ No newline at end of file +> While SMS and WhatsApp share the same number, you must add a separate subscription state for both of them.