Update Postman collections for API v2.7-2.14#302
Merged
levindixon merged 1 commit intomainfrom Aug 27, 2025
Merged
Conversation
…4 and Unstable ## Summary Comprehensive update to Intercom API Postman collections spanning multiple API versions, including the introduction of API version 2.14 support. ## Changes by Version ### New Addition - **v2.14**: Added complete Postman collection with environment configuration and documentation - `intercom-api.postman_collection.json`: Full API endpoint collection - `environment.json`: Pre-configured environment variables - `README.md`: Setup and usage documentation ### Updated Versions - **v2.7** through **v2.13**: Updated existing Postman collections and README files - **Unstable**: Updated collection to reflect latest API developments ## Impact These updates ensure that: - Developers have access to the latest API endpoints and request formats - Collections are synchronized with current API specifications - Documentation reflects current authentication methods and best practices - Environment configurations are optimized for testing workflows ## Technical Details - Collections follow Postman Collection Format v2.1 - Environment variables support multiple workspace configurations - Request examples include proper authentication headers - Response schemas aligned with OpenAPI specifications ## Testing Recommendations Users should: 1. Import the collection matching their API version 2. Configure environment variables with their API credentials 3. Test endpoints in their preferred order using Postman Runner 4. Refer to version-specific README for migration notes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
VedranZoricic
approved these changes
Aug 27, 2025
Contributor
VedranZoricic
left a comment
There was a problem hiding this comment.
2.13: We added internal articles ( this is because they were not updated in OpenAPI spec previously)
Unstable: Looks good and no unexpected changes, added email, brands, and internal articles
2.14: Matches Unstable but without email, brands, and macros which is correct
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.
What's changing?
Refreshing our Postman collections to stay in sync with the latest API specifications, plus adding support for API v2.14.
Quick Summary
Why?
Keeps our Postman collections current with recent API changes, ensuring developers have accurate testing tools.
How?
scripts/postman/update-postman-collection.jsReview Guide
This is mostly auto-generated content from our API specs. Key things to check:
🤖 Generated with Claude Code