Retrieving all blocklist network zones in an Okta tenant requires executing a specific API GET request in Postman. This process displays all network zones configured to block access.
- Okta Identity Engine
- Okta Classic Engine
- Postman
What is the process to retrieve blocklist network zones using Postman?
To retrieve all blocklist network zones, execute the designated API GET request within the Postman application.
Run the following API GET call:
{{url}}/api/v1/zones?filter=usage eq "BLOCKLIST"
