GET /api/v1/policies
Lists all policies with the specified type
Servers
- https://{yourOktaDomain}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
String | No |
Defines the number of policies returned, see Pagination |
sortBy |
String | No |
Refines the query by sorting on the policy |
resourceId |
String | No |
Reference to the associated authorization server |
q |
String | No |
Refines the query by policy name prefix (startWith method) passed in as |
after |
String | No |
End page cursor for pagination, see Pagination |
expand |
String | No | |
type |
String | Yes |
Specifies the type of policy to return. The following policy types are available only with the Okta Identity Engine - Possible values:
|
status |
String | No |
Refines the query by the |
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.