List policies
Lists the policies belonging to the developer’s CDP Project. Use the scope
parameter to filter the policies by scope.
The response is paginated, and by default, returns 20 policies per page.
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Query Parameters
The number of policies to return per page.
The token for the next page of policies, if any.
The scope of the policies to return. If project
, the response will include exactly one policy, which is the project-level policy. If account
, the response will include all account-level policies for the developer's CDP Project.
project
, account
Response
Successfully listed policies.
The response is of type object
.