GET /api/v1/realms
Lists all Realms
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 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 |
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.