GET /api/v1/apps
Lists all apps in the org with pagination. A subset of apps can be returned that match a supported filter expression or query. The results are paginated according to the limit
parameter. If there are multiple pages of results, the header contains a next
link. Treat the link as an opaque value (follow it, don't parse it).
Servers
- https://{yourOktaDomain}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
Specifies the number of results per page Default value: -1 |
filter |
String | No |
Filters apps by |
q |
String | No |
Searches for apps with |
after |
String | No |
Specifies the pagination cursor for the next page of results. Treat this as an opaque value obtained through the |
useOptimization |
Boolean | No |
Specifies whether to use query optimization. If you specify Default value: false |
expand |
String | No |
An optional parameter used for link expansion to embed more resources in the response.
Only supports |
includeNonDeleted |
Boolean | No |
Specifies whether to include non-active, but not deleted apps in the results Default value: false |
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.