:censored: pagingToken

Chalo
Level 2

:censored: pagingToken

Hi,

 

So I'm trying to GET the pagingToken to later fetch some email reports. I need the pageToken for this but it will only give out a ":censored:" Next Page Token.

 

These are my fields:

URL: https://localhost/rest/v1/activities/pagingtoken.json (annonymizing my address)

 

Query String Parameters: sinceDatetime=2024-04-12T12:00:00Z

 

Response would be:

{"requestId":"3e6e#29236e43b3a","success":true,"nextPageToken":":censored:65:2d0ad1a30b:"} (some data have been changed for privacy reasons)
 
Is there anything I'm missing? I've also tried to put the access token as a form of authentication but keeps "censoring" my Next Page Token 😞
 
Thanks!