# Page-based pagination

If you see the mention of a numerical page number that you increment to get each page, then you are in the right place.

Intercom uses this style of pagination; it looks like this in their docs:

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MEN7lusGJUPDvMe9NsW%2F-MEPYVTsk1ywtvFYEr8I%2Fimage.png?alt=media\&token=23edd633-f704-4a05-bedf-4a016d67a588)

The first page from this endpoint would look like this: `https://api.intercom.io/users?page=0`

```javascript
$ curl https://api.intercom.io/users?page=0 \
-H 'Authorization:Bearer <access_token>' \
-H 'Accept:application/json'
```

In API Builder that would be set up with these settings:

<figure><img src="https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQ08RFAKZvFADEiXKFy%2Fuploads%2FZ8qb2pvze5ZhqYl02ECy%2Fimage.png?alt=media&#x26;token=685e41c9-f8a0-48b8-a741-c1e183a33b57" alt=""><figcaption></figcaption></figure>
