Review Paginated Submerchants v2 - Backoffice API

See this update published within our Backoffice API Reference: Review Paginated Submerchants v2.


The GET Review Paginated Submerchants v2 is now available in our Backoffice API Reference. This endpoint retrieves the same submerchant data as merchant/paginated, including submerchant profile information, users, and more, but with an updated paginated response.

The tenantId is a required path parameter. Use the pageSize and currentPage query parameters to organize and navigate your result set. The default pageSize is 1000. See the totalRequestedDataCount, currentPage, pageSize, and totalPages values at the end of each page of the response.


Example

…

],  
  "totalRequestedDataCount": 4577,  
  "currentPage": 1,  
  "pageSize": 1000,  
  "totalPages": 5  
}