Don't have a paid plan? Join the Developer Program and provision a fully-featured sandbox for free.
Usage info
This Admin API method lists all existing information barriers. It contains an optional filter_by_usergroup_name that allows you to return only Barriers whose name match the parameter supplied.
Response
Pagination
This method uses cursor-based pagination to make it easier to incrementally collect information. To begin pagination, specify a limit value under 1000. We recommend no more than 200 results at a time.
Responses will include a top-level response_metadata attribute containing a next_cursor value. By using this value as a cursor parameter in a subsequent request, along with limit, you may navigate through the collection page by virtual page.
See pagination for more information.