List certificates
documentedReturn info about all certificates in libraries.
GET /api/get_all_certificatesCertificatesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$base_url}}/api/get_all_certificates?api_key={{CYPHERLEARNING_API_KEY}}&api_version=1.0&page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"