Skip to content

Commit 8cb3e98

Browse files
authored
Regenerate Postman collections for v2.7-2.13 to sync with spec changes (#456)
1 parent ae1c601 commit 8cb3e98

14 files changed

+103
-61
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-08-27T09:13:41.870Z
15+
Last updated: 2026-04-16T10:19:17.948Z

postman/2.10/intercom-api.postman_collection.json

Lines changed: 14 additions & 8 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-08-27T09:13:41.867Z"
11+
"updatedAt": "2026-04-16T10:19:17.947Z"
1212
},
1313
"item": [
1414
{
@@ -149,7 +149,13 @@
149149
"path": [
150150
"admins"
151151
],
152-
"query": [],
152+
"query": [
153+
{
154+
"key": "display_avatar",
155+
"value": "true",
156+
"description": "If set to true, the response will include the admin's avatar object containing the image URL. Defaults to false."
157+
}
158+
],
153159
"variable": []
154160
},
155161
"auth": {
@@ -2018,7 +2024,7 @@
20182024
],
20192025
"body": {
20202026
"mode": "raw",
2021-
"raw": "{\n \"role\": \"\",\n \"external_id\": \"\",\n \"email\": \"jdoe@example.com\",\n \"phone\": \"+353871234567\",\n \"name\": \"John Doe\",\n \"avatar\": \"https://www.example.com/avatar_image.jpg\",\n \"signed_up_at\": 1571672154,\n \"last_seen_at\": 1571672154,\n \"owner_id\": 123,\n \"unsubscribed_from_emails\": true,\n \"custom_attributes\": \"\"\n}",
2027+
"raw": "{\n \"role\": \"user\",\n \"external_id\": \"625e90fc55ab113b6d92175f\",\n \"email\": \"jdoe@example.com\",\n \"phone\": \"+353871234567\",\n \"name\": \"John Doe\",\n \"avatar\": \"https://www.example.com/avatar_image.jpg\",\n \"signed_up_at\": 1571672154,\n \"last_seen_at\": 1571672154,\n \"owner_id\": 123,\n \"unsubscribed_from_emails\": true,\n \"custom_attributes\": {\n \"paid_subscriber\": true,\n \"monthly_spend\": 155.5,\n \"team_mates\": 1\n }\n}",
20222028
"urlencoded": [],
20232029
"formdata": []
20242030
}
@@ -2478,7 +2484,7 @@
24782484
],
24792485
"body": {
24802486
"mode": "raw",
2481-
"raw": "{\n \"from\": {\n \"type\": \"user\",\n \"id\": \"536e564f316c83104c000020\"\n },\n \"body\": \"Hello\"\n}",
2487+
"raw": "{\n \"from\": {\n \"type\": \"user\",\n \"id\": \"536e564f316c83104c000020\"\n },\n \"body\": \"Hello\",\n \"subject\": \"Thanks for everything\",\n \"attachment_urls\": \"\"\n}",
24822488
"urlencoded": [],
24832489
"formdata": []
24842490
}
@@ -6654,7 +6660,7 @@
66546660
"key": "id",
66556661
"value": "id",
66566662
"disabled": false,
6657-
"description": "The unique identifier for the ticket which is given by Intercom."
6663+
"description": "The unique identifier for the ticket which is given by Intercom.\n{% admonition type=\"info\" name=\"Not the Inbox ticket ID\" %}\nThis is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.\n{% /admonition %}\n"
66586664
}
66596665
]
66606666
},
@@ -6758,7 +6764,7 @@
67586764
],
67596765
"body": {
67606766
"mode": "raw",
6761-
"raw": "{\n \"message_type\": \"comment\",\n \"type\": \"admin\",\n \"body\": \"Hello there!\",\n \"attachment_urls\": \"\",\n \"admin_id\": \"3156780\",\n \"reply_options\": [\n {\n \"text\": \"\",\n \"uuid\": \"\"\n }\n ]\n}",
6767+
"raw": "{\n \"message_type\": \"comment\",\n \"type\": \"admin\",\n \"body\": \"Hello there!\",\n \"attachment_urls\": \"\",\n \"admin_id\": \"3156780\",\n \"reply_options\": [\n {\n \"text\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"cross_post\": true\n}",
67626768
"urlencoded": [],
67636769
"formdata": []
67646770
}
@@ -6914,7 +6920,7 @@
69146920
"key": "id",
69156921
"value": "id",
69166922
"disabled": false,
6917-
"description": "The unique identifier for the ticket which is given by Intercom"
6923+
"description": "The unique identifier for the ticket which is given by Intercom.\n{% admonition type=\"info\" name=\"Not the Inbox ticket ID\" %}\nThis is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.\n{% /admonition %}\n"
69186924
}
69196925
]
69206926
},
@@ -7161,7 +7167,7 @@
71617167
"event": [],
71627168
"variable": [
71637169
{
7164-
"id": "38750aec-1917-4f4c-945c-2d4a64fa1c50",
7170+
"id": "775cd593-a628-4686-bc6b-6e94bc538ec0",
71657171
"key": "bearerToken",
71667172
"value": "{{bearerToken}}",
71677173
"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-08-27T09:13:42.038Z
15+
Last updated: 2026-04-16T10:19:18.108Z

postman/2.11/intercom-api.postman_collection.json

Lines changed: 13 additions & 7 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-08-27T09:13:42.036Z"
11+
"updatedAt": "2026-04-16T10:19:18.107Z"
1212
},
1313
"item": [
1414
{
@@ -149,7 +149,13 @@
149149
"path": [
150150
"admins"
151151
],
152-
"query": [],
152+
"query": [
153+
{
154+
"key": "display_avatar",
155+
"value": "true",
156+
"description": "If set to true, the response will include the admin's avatar object containing the image URL. Defaults to false."
157+
}
158+
],
153159
"variable": []
154160
},
155161
"auth": {
@@ -2067,7 +2073,7 @@
20672073
],
20682074
"body": {
20692075
"mode": "raw",
2070-
"raw": "{\n \"role\": \"\",\n \"external_id\": \"\",\n \"email\": \"jdoe@example.com\",\n \"phone\": \"+353871234567\",\n \"name\": \"John Doe\",\n \"avatar\": \"https://www.example.com/avatar_image.jpg\",\n \"signed_up_at\": 1571672154,\n \"last_seen_at\": 1571672154,\n \"owner_id\": 123,\n \"unsubscribed_from_emails\": true,\n \"custom_attributes\": \"\"\n}",
2076+
"raw": "{\n \"role\": \"user\",\n \"external_id\": \"625e90fc55ab113b6d92175f\",\n \"email\": \"jdoe@example.com\",\n \"phone\": \"+353871234567\",\n \"name\": \"John Doe\",\n \"avatar\": \"https://www.example.com/avatar_image.jpg\",\n \"signed_up_at\": 1571672154,\n \"last_seen_at\": 1571672154,\n \"owner_id\": 123,\n \"unsubscribed_from_emails\": true,\n \"custom_attributes\": {\n \"paid_subscriber\": true,\n \"monthly_spend\": 155.5,\n \"team_mates\": 1\n }\n}",
20712077
"urlencoded": [],
20722078
"formdata": []
20732079
}
@@ -2527,7 +2533,7 @@
25272533
],
25282534
"body": {
25292535
"mode": "raw",
2530-
"raw": "{\n \"from\": {\n \"type\": \"user\",\n \"id\": \"536e564f316c83104c000020\"\n },\n \"body\": \"Hello\",\n \"created_at\": 1671028894\n}",
2536+
"raw": "{\n \"from\": {\n \"type\": \"user\",\n \"id\": \"536e564f316c83104c000020\"\n },\n \"body\": \"Hello\",\n \"subject\": \"Thanks for everything\",\n \"attachment_urls\": \"\",\n \"created_at\": 1671028894\n}",
25312537
"urlencoded": [],
25322538
"formdata": []
25332539
}
@@ -6845,7 +6851,7 @@
68456851
],
68466852
"body": {
68476853
"mode": "raw",
6848-
"raw": "{\n \"message_type\": \"comment\",\n \"type\": \"admin\",\n \"body\": \"Hello there!\",\n \"created_at\": 1590000000,\n \"attachment_urls\": \"\",\n \"admin_id\": \"3156780\",\n \"reply_options\": [\n {\n \"text\": \"\",\n \"uuid\": \"\"\n }\n ]\n}",
6854+
"raw": "{\n \"message_type\": \"comment\",\n \"type\": \"admin\",\n \"body\": \"Hello there!\",\n \"created_at\": 1590000000,\n \"attachment_urls\": \"\",\n \"admin_id\": \"3156780\",\n \"reply_options\": [\n {\n \"text\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"cross_post\": true\n}",
68496855
"urlencoded": [],
68506856
"formdata": []
68516857
}
@@ -6955,7 +6961,7 @@
69556961
]
69566962
},
69576963
"method": "POST",
6958-
"description": "You can search for multiple tickets by the value of their attributes in order to fetch exactly which ones you want.\n\nTo search for tickets, you send a `POST` request to `https://api.intercom.io/tickets/search`.\n\nThis will accept a query object in the body which will define your filters.\n{% admonition type=\"warning\" name=\"Optimizing search queries\" %}\n Search queries can be complex, so optimizing them can help the performance of your search.\n Use the `AND` and `OR` operators to combine multiple filters to get the exact results you need and utilize\n pagination to limit the number of results returned. The default is `20` results per page.\n See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#example-search-conversations-request) for more details on how to use the `starting_after` param.\n{% /admonition %}\n\n### Nesting & Limitations\n\nYou can nest these filters in order to get even more granular insights that pinpoint exactly what you need. Example: (1 OR 2) AND (3 OR 4).\nThere are some limitations to the amount of multiples there can be:\n- There's a limit of max 2 nested filters\n- There's a limit of max 15 filters for each AND or OR group\n\n### Accepted Fields\n\nMost keys listed as part of the Ticket model are searchable, whether writeable or not. The value you search for has to match the accepted type, otherwise the query will fail (ie. as `created_at` accepts a date, the `value` cannot be a string such as `\"foobar\"`).\n\n| Field | Type |\n| :---------------------------------------- | :--------------------------------------------------------------------------------------- |\n| id | String |\n| created_at | Date (UNIX timestamp) |\n| updated_at | Date (UNIX timestamp) |\n| _default_title_ | String |\n| _default_description_ | String |\n| category | String |\n| ticket_type_id | String |\n| contact_ids | String |\n| teammate_ids | String |\n| admin_assignee_id | String |\n| team_assignee_id | String |\n| open | Boolean |\n| state | String |\n| snoozed_until | Date (UNIX timestamp) |\n| ticket_attribute.{id} | String or Boolean or Date (UNIX timestamp) or Float or Integer |\n\n### Accepted Operators\n\n{% admonition type=\"info\" name=\"Searching based on `created_at`\" %}\n You may use the `<=` or `>=` operators to search by `created_at`.\n{% /admonition %}\n\nThe table below shows the operators you can use to define how you want to search for the value. The operator should be put in as a string (`\"=\"`). The operator has to be compatible with the field's type (eg. you cannot search with `>` for a given string value as it's only compatible for integer's and dates).\n\n| Operator | Valid Types | Description |\n| :------- | :----------------------------- | :----------------------------------------------------------- |\n| = | All | Equals |\n| != | All | Doesn't Equal |\n| IN | All | In Shortcut for `OR` queries Values most be in Array |\n| NIN | All | Not In Shortcut for `OR !` queries Values must be in Array |\n| > | Integer Date (UNIX Timestamp) | Greater (or equal) than |\n| < | Integer Date (UNIX Timestamp) | Lower (or equal) than |\n| ~ | String | Contains |\n| !~ | String | Doesn't Contain |\n| ^ | String | Starts With |\n| $ | String | Ends With |\n",
6964+
"description": "You can search for multiple tickets by the value of their attributes in order to fetch exactly which ones you want.\n\nTo search for tickets, you send a `POST` request to `https://api.intercom.io/tickets/search`.\n\nThis will accept a query object in the body which will define your filters.\n{% admonition type=\"warning\" name=\"Optimizing search queries\" %}\n Search queries can be complex, so optimizing them can help the performance of your search.\n Use the `AND` and `OR` operators to combine multiple filters to get the exact results you need and utilize\n pagination to limit the number of results returned. The default is `20` results per page.\n See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#example-search-conversations-request) for more details on how to use the `starting_after` param.\n{% /admonition %}\n\n### Nesting & Limitations\n\nYou can nest these filters in order to get even more granular insights that pinpoint exactly what you need. Example: (1 OR 2) AND (3 OR 4).\nThere are some limitations to the amount of multiples there can be:\n- There's a limit of max 2 nested filters\n- There's a limit of max 15 filters for each AND or OR group\n\n### Accepted Fields\n\nMost keys listed as part of the Ticket model are searchable, whether writeable or not. The value you search for has to match the accepted type, otherwise the query will fail (ie. as `created_at` accepts a date, the `value` cannot be a string such as `\"foobar\"`).\n\n| Field | Type |\n| :---------------------------------------- | :--------------------------------------------------------------------------------------- |\n| id | String |\n| created_at | Date (UNIX timestamp) |\n| updated_at | Date (UNIX timestamp) |\n| title | String |\n| description | String |\n| category | String |\n| ticket_type_id | String |\n| contact_ids | String |\n| teammate_ids | String |\n| admin_assignee_id | String |\n| team_assignee_id | String |\n| open | Boolean |\n| state | String |\n| snoozed_until | Date (UNIX timestamp) |\n| ticket_attribute.{id} | String or Boolean or Date (UNIX timestamp) or Float or Integer |\n\n### Accepted Operators\n\n{% admonition type=\"info\" name=\"Searching based on `created_at`\" %}\n You may use the `<=` or `>=` operators to search by `created_at`.\n{% /admonition %}\n\nThe table below shows the operators you can use to define how you want to search for the value. The operator should be put in as a string (`\"=\"`). The operator has to be compatible with the field's type (eg. you cannot search with `>` for a given string value as it's only compatible for integer's and dates).\n\n| Operator | Valid Types | Description |\n| :------- | :----------------------------- | :----------------------------------------------------------- |\n| = | All | Equals |\n| != | All | Doesn't Equal |\n| IN | All | In Shortcut for `OR` queries Values most be in Array |\n| NIN | All | Not In Shortcut for `OR !` queries Values must be in Array |\n| > | Integer Date (UNIX Timestamp) | Greater (or equal) than |\n| < | Integer Date (UNIX Timestamp) | Lower (or equal) than |\n| ~ | String | Contains |\n| !~ | String | Doesn't Contain |\n| ^ | String | Starts With |\n| $ | String | Ends With |\n",
69596965
"header": [
69606966
{
69616967
"key": "Intercom-Version",
@@ -7248,7 +7254,7 @@
72487254
"event": [],
72497255
"variable": [
72507256
{
7251-
"id": "109a9146-30eb-4db4-9c86-f5a964012fda",
7257+
"id": "00f9b4cd-76db-4fe4-98a9-02ff212931e8",
72527258
"key": "bearerToken",
72537259
"value": "{{bearerToken}}",
72547260
"type": "string",

0 commit comments

Comments
 (0)