You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct the documented default page size for List contacts (#639)
GET /contacts returns 10 results per page by default, not 50. The
Pagination note claimed 50 in every description, contradicting the same
operation's own 200 example, which already showed per_page: 10. Also
documents the 150 maximum.
POST /contacts/search is left alone: 50 is genuinely its default, and it
shares the identical note wording, so the change is scoped by
operationId rather than a global replace.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: descriptions/0/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9498,7 +9498,7 @@ paths:
9498
9498
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
9499
9499
{% /admonition %}
9500
9500
{% admonition type="warning" name="Pagination" %}
9501
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
9501
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
9502
9502
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.10/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3831,7 +3831,7 @@ paths:
3831
3831
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
3832
3832
{% /admonition %}
3833
3833
{% admonition type="warning" name="Pagination" %}
3834
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
3834
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
3835
3835
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.11/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3930,7 +3930,7 @@ paths:
3930
3930
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
3931
3931
{% /admonition %}
3932
3932
{% admonition type="warning" name="Pagination" %}
3933
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
3933
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
3934
3934
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.12/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4444,7 +4444,7 @@ paths:
4444
4444
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
4445
4445
{% /admonition %}
4446
4446
{% admonition type="warning" name="Pagination" %}
4447
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
4447
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
4448
4448
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.13/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4965,7 +4965,7 @@ paths:
4965
4965
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
4966
4966
{% /admonition %}
4967
4967
{% admonition type="warning" name="Pagination" %}
4968
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
4968
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
4969
4969
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.14/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5927,7 +5927,7 @@ paths:
5927
5927
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
5928
5928
{% /admonition %}
5929
5929
{% admonition type="warning" name="Pagination" %}
5930
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
5930
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
5931
5931
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.15/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5850,7 +5850,7 @@ paths:
5850
5850
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
5851
5851
{% /admonition %}
5852
5852
{% admonition type="warning" name="Pagination" %}
5853
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
5853
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
5854
5854
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.16/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8923,7 +8923,7 @@ paths:
8923
8923
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
8924
8924
{% /admonition %}
8925
8925
{% admonition type="warning" name="Pagination" %}
8926
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
8926
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
8927
8927
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.7/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4049,7 +4049,7 @@ paths:
4049
4049
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
4050
4050
{% /admonition %}
4051
4051
{% admonition type="warning" name="Pagination" %}
4052
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
4052
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
4053
4053
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
Copy file name to clipboardExpand all lines: descriptions/2.8/api.intercom.io.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4049,7 +4049,7 @@ paths:
4049
4049
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
4050
4050
{% /admonition %}
4051
4051
{% admonition type="warning" name="Pagination" %}
4052
-
You can use pagination to limit the number of results returned. The default is `50` results per page.
4052
+
You can use pagination to limit the number of results returned. The default is `10` results per page, with a maximum of `150`.
4053
4053
See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
0 commit comments