Retrieve All Blocklist Network Zones Using an Okta API Call in Postman
Last Updated:
Overview
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.
Applies To
- Okta Identity Engine
- Okta Classic Engine
- Postman
Solution
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"
