Skip to content

Commit b80400d

Browse files
dan0505claude
andauthored
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>
1 parent b7d4970 commit b80400d

11 files changed

Lines changed: 11 additions & 11 deletions

descriptions/0/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9498,7 +9498,7 @@ paths:
94989498
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
94999499
{% /admonition %}
95009500
{% 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`.
95029502
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.
95039503
{% /admonition %}
95049504
responses:

descriptions/2.10/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3831,7 +3831,7 @@ paths:
38313831
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
38323832
{% /admonition %}
38333833
{% 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`.
38353835
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.
38363836
{% /admonition %}
38373837
responses:

descriptions/2.11/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3930,7 +3930,7 @@ paths:
39303930
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
39313931
{% /admonition %}
39323932
{% 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`.
39343934
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.
39353935
{% /admonition %}
39363936
responses:

descriptions/2.12/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4444,7 +4444,7 @@ paths:
44444444
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
44454445
{% /admonition %}
44464446
{% 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`.
44484448
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.
44494449
{% /admonition %}
44504450
responses:

descriptions/2.13/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4965,7 +4965,7 @@ paths:
49654965
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
49664966
{% /admonition %}
49674967
{% 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`.
49694969
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.
49704970
{% /admonition %}
49714971
responses:

descriptions/2.14/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5927,7 +5927,7 @@ paths:
59275927
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
59285928
{% /admonition %}
59295929
{% 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`.
59315931
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.
59325932
{% /admonition %}
59335933
responses:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5850,7 +5850,7 @@ paths:
58505850
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
58515851
{% /admonition %}
58525852
{% 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`.
58545854
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.
58555855
{% /admonition %}
58565856
responses:

descriptions/2.16/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8923,7 +8923,7 @@ paths:
89238923
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
89248924
{% /admonition %}
89258925
{% 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`.
89278927
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.
89288928
{% /admonition %}
89298929
responses:

descriptions/2.7/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4049,7 +4049,7 @@ paths:
40494049
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
40504050
{% /admonition %}
40514051
{% 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`.
40534053
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.
40544054
{% /admonition %}
40554055
responses:

descriptions/2.8/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4049,7 +4049,7 @@ paths:
40494049
Contacts that have been merged (via POST /contacts/merge) will not appear in list results. Only the target contact from the merge remains accessible.
40504050
{% /admonition %}
40514051
{% 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`.
40534053
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.
40544054
{% /admonition %}
40554055
responses:

0 commit comments

Comments
 (0)