Get All Policies
Returns all policies under an app. The results are paginated.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
appId
An optional app id to filter results by policies associated with that app. Learn how to find your app ID here.
limit
An optional parameter to limit the number of results per page.
before
String - used for pagination. If there are previous results, before
field is returned in the response and can be passed in the request to fetch the previous page.
after
String - used for pagination. If more results are available after
field is returned in the response and can be passed in the request to fetch the next page.
Response
Policies fetched successfully
data
error