Skip to content

Commit 05b2b1e

Browse files
levindixonclaude
andauthored
feat(postman): Update Postman collections across API versions 2.7-2.14 and Unstable (#302)
## 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 <[email protected]>
1 parent 5e6f635 commit 05b2b1e

19 files changed

+11934
-827
lines changed

postman/2.10/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This directory contains the Postman collection for Intercom API version 2.10.
1212
3. Set your access token in the environment variables
1313
4. Start making API calls!
1414

15-
Last updated: 2025-04-25T10:49:24.555Z
15+
Last updated: 2025-08-27T09:13:41.870Z

postman/2.10/intercom-api.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://developers.intercom.com"
99
},
1010
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
11-
"updatedAt": "2025-04-25T10:49:24.551Z"
11+
"updatedAt": "2025-08-27T09:13:41.867Z"
1212
},
1313
"item": [
1414
{
@@ -7161,7 +7161,7 @@
71617161
"event": [],
71627162
"variable": [
71637163
{
7164-
"id": "ddfcd9d0-c5e3-4eae-844a-badf27d5a84f",
7164+
"id": "38750aec-1917-4f4c-945c-2d4a64fa1c50",
71657165
"key": "bearerToken",
71667166
"value": "{{bearerToken}}",
71677167
"type": "string",

postman/2.11/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This directory contains the Postman collection for Intercom API version 2.11.
1212
3. Set your access token in the environment variables
1313
4. Start making API calls!
1414

15-
Last updated: 2025-04-25T10:49:24.812Z
15+
Last updated: 2025-08-27T09:13:42.038Z

postman/2.11/intercom-api.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://developers.intercom.com"
99
},
1010
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
11-
"updatedAt": "2025-04-25T10:49:24.810Z"
11+
"updatedAt": "2025-08-27T09:13:42.036Z"
1212
},
1313
"item": [
1414
{
@@ -7248,7 +7248,7 @@
72487248
"event": [],
72497249
"variable": [
72507250
{
7251-
"id": "367fdd6b-d8af-49af-82be-725e50679c86",
7251+
"id": "109a9146-30eb-4db4-9c86-f5a964012fda",
72527252
"key": "bearerToken",
72537253
"value": "{{bearerToken}}",
72547254
"type": "string",

postman/2.12/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This directory contains the Postman collection for Intercom API version 2.12.
1212
3. Set your access token in the environment variables
1313
4. Start making API calls!
1414

15-
Last updated: 2025-04-25T10:49:25.046Z
15+
Last updated: 2025-08-27T09:13:42.191Z

postman/2.12/intercom-api.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://developers.intercom.com"
99
},
1010
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
11-
"updatedAt": "2025-04-25T10:49:25.043Z"
11+
"updatedAt": "2025-08-27T09:13:42.189Z"
1212
},
1313
"item": [
1414
{
@@ -7753,7 +7753,7 @@
77537753
"event": [],
77547754
"variable": [
77557755
{
7756-
"id": "6fbd31d5-fc63-4ba8-84fa-5151b5ca7fbe",
7756+
"id": "8ba2d811-73b8-4785-a0a9-e256111d5e3f",
77577757
"key": "bearerToken",
77587758
"value": "{{bearerToken}}",
77597759
"type": "string",

postman/2.13/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This directory contains the Postman collection for Intercom API version 2.13.
1212
3. Set your access token in the environment variables
1313
4. Start making API calls!
1414

15-
Last updated: 2025-04-25T10:49:25.273Z
15+
Last updated: 2025-08-27T09:13:42.346Z

0 commit comments

Comments
 (0)