ConsoleCatalog
Sign in
ISC2 logo

ISC2

isc2.orgEducationno auth

Cybersecurity certifications, exams, and exam-prep products with pricing.

Certification Catalog Exams

ASYNCWRITENo auth

Returns exam products for given keys with titles, SKUs, and certification labels.

ParametersFormJSON

List of EXM-EXM product keys to look up on the certifications listing grid (e.g. CC, CGRC, SSCP)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_isc2_certification_catalog_exams",
    "params": {
      "product_keys": "EXM-EXM-CC,EXM-EXM-CGRC,EXM-EXM-SSCP"
    }
  }'