---
title: Pagination with Body
date: 2025-12-11T06:01:47Z
modified: 2025-12-15T04:57:38Z
permalink: "https://ezintegrations.ai/docs/pagination-using-body-parameters/"
type: docs
status: publish
excerpt: ""
wpid: 3891
doc_category:
  - API Pagination Methods
author: Automation Hub
---

#### **Pagination with Body parameters**

This pagination will apply when we have `nextPageToken` key in our API response. For example we have next page token in this key `nextPageToken’, using Body parameters

[![image.png](https://help.bizdata360.com/uploads/images/gallery/2023-10/scaled-1680-/0heimage.png)

](https://help.bizdata360.com/uploads/images/gallery/2023-10/0heimage.png)

Select Pagination with Body from the dropdown and fill these values there.

[![image.png](https://help.bizdata360.com/uploads/images/gallery/2023-10/scaled-1680-/Ppfimage.png)

](https://help.bizdata360.com/uploads/images/gallery/2023-10/Ppfimage.png)

- In the above example `nextPageToken` key helps to identify upto which page the pagination will be completed , so it will come in `User Key`
- As we are getting a token from this pagination so `Key Name to Update` will be `pageToken`
- `Data Collection Key` holds the data from the API and we will get the response in that key for example here it is `['reports'][0]['data']['rows']`.

Typically being used in all Google Products like Google Analytics, Google Ads etc.

## Topics

**Docs Categories:** [API Pagination Methods](https://ezintegrations.ai/wp-content/uploads/wp-mfa-exports/taxonomy/doc_category/api-pagination-methods.md)