Skip to content

Commit 1a7e521

Browse files
Update Public API link
1 parent aa06d87 commit 1a7e521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engage/user-subscriptions/set-user-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ With Segment's APIs, you can manage user subscriptions programmatically on a rea
5555

5656
### Choosing between the Identify call and the Public API
5757

58-
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.
58+
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.
5959

6060
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.
6161

@@ -108,4 +108,4 @@ The following example payload shows an Identify call with a `context` object, wh
108108
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.
109109

110110
> success ""
111-
> While SMS and WhatsApp share the same number, you must add a separate subscription state for both of them.
111+
> While SMS and WhatsApp share the same number, you must add a separate subscription state for both of them.

0 commit comments

Comments
 (0)