...
Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request. |
| pageSize (optional) | The number of entries per page. If not indicated, equal to 1000. |
| pageToken (optional) | The token to continue to the next page. It returns if the number of groups is more than pageSize. You can send a second request with this parameter and receive information on the next groups. |
...