Conversation
…erences Add a note to the endpoint description clarifying that this API only returns subscriptions where the contact has explicitly opted-in or opted-out. Subscriptions in the default state (no explicit choice made) are not included in the response. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
kstenson
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
Developers were confused by the
GET /contacts/{contact_id}/subscriptionsendpoint — the existing description didn't make it clear that it only returns subscriptions where the contact has actively opted in or out. Subscriptions sitting in the default state (no explicit user action) are silently excluded, which led to unexpected gaps in the response.Reported via internal CS ticket: https://intercomrades.intercom.com/a/inbox/tx2p130c/inbox/team/5826718/conversation/215473965478005
How?
Added a Note paragraph to the
listSubscriptionsForAContactdescription in the Preview spec clarifying the default-state exclusion.Companion: intercom/developer-docs (PR to follow)
Generated with Claude Code