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.
Available options:
project
, account