GET /api/v1/realms
Lists all realms.
Note: The
searchparameter results are sourced from an eventually consistent datasource and may not reflect the latest information.
Servers
- https://{yourOktaDomain}
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
sortOrder |
String | No |
Specifies sort order: Default value: "asc" |
limit |
Integer | No |
Specifies the number of results returned. Defaults to 10 if Default value: 200 |
sortBy |
String | No |
Specifies the field to sort by and can be any single property (for search queries only) |
after |
String | No |
The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the |
search |
String | No |
Searches for realms with a supported filtering expression for most properties. Searches for realms can be filtered by the contains ( |
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.