GET /api/v1/zones
Lists all Network Zones with pagination. A subset of zones can be returned that match a supported filter expression or query.
This operation requires URL encoding. For example, filter=(id eq "nzoul0wf9jyb8xwZm0g3" or id eq "nzoul1MxmGN18NDQT0g3")
is encoded as filter=%28id+eq+%22nzoul0wf9jyb8xwZm0g3%22+or+id+eq+%22nzoul1MxmGN18NDQT0g3%22%29
.
Okta supports filtering on the id
and usage
properties. See Filtering for more information on the expressions that are used in filtering.
Servers
- https://{yourOktaDomain}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
Default value: -1 |
filter |
String | No | |
after |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.