List platform policies
GET
/admin/policies
const url = 'https://shoehorn.example.com/api/v1/admin/policies';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://shoehorn.example.com/api/v1/admin/policiesReturns pre-seeded platform policies (config-only, not user-created).
Responses
Section titled “ Responses ”Platform policies