Last updated 1 year ago
List all defined groups for workspace data policies.
OK
A list of region groups
The token to fetch the next page of results. If empty, there are no more results to fetch.
const response = await fetch('/region-groups', { method: 'GET', headers: { "Authorization": "Bearer jwt" }, }); const data = await response.json();
{ "results": [ { "name": "text", "availability": "generalAvailability", "regions": [ "text" ] } ], "nextPageToken": "text" }