Back to Guides
Guide16 September 2026

How to Verify a Colorado Professional License with the DORA Lookup Tool

Decloak is an AI-powered web security intelligence platform that scans a site's HTTP/TLS posture, JavaScript, and third-party scripts to produce a report anyone can read. This guide is part of Decloak's library of practical, source-backed security guidance.

In this guide
  1. Key takeaways
  2. What is the DORA license lookup tool?
  3. Which professions can I check?
  4. How do I perform a manual lookup?
  5. What details does the result show?
  6. How can developers access the data programmatically?
  7. Example: Pulling the dataset via the CIM API
  8. Rate limits and usage policy
  9. Data freshness
  10. When to use the portal vs. CIM
  11. Contact and support
  12. Bottom line

Key takeaways

What is the DORA license lookup tool?

The DORA license lookup is Colorado's official web page for verifying any state - regulated professional or business license. It aggregates more than 80 000 individual licensees across over 80 license types into a single searchable interface.

Which professions can I check?

You can look up accountants, architects, engineers, electricians, plumbers, nurses, physicians, pharmacists, veterinarians, social workers, and many other regulated occupations. Each profession has a short prefix (e.g., CPA, RN, PL) that appears in the dropdown list on the form.

How do I perform a manual lookup?

  1. Open the portal at https://apps2.colorado.gov/dora/licensing/Lookup/LicenseLookup.aspx.
  2. Select the profession from the dropdown or type its prefix.
  3. Enter either a numeric license number, a first and last name, a business name, or a prefix - plus - number combination (e.g., CPA - 12345).
  4. Click Search. The page returns any matching records.
  5. Review the License status field - only Active indicates the holder is currently authorized to work.

What details does the result show?

Each matching record lists:

How can developers access the data programmatically?

The interactive portal is rate - limited and explicitly states it is not for web - crawling. For bulk or automated queries, use the Colorado Information Marketplace (CIM) at data.colorado.gov. CIM offers the full "Licensee/Discipline" dataset in CSV or JSON and provides an API endpoint with pagination and filtering.

Example: Pulling the dataset via the CIM API

curl "https://data.colorado.gov/resource/7g8b-5xk8.json?$limit=5000" > licenses.json

Replace $limit with the desired number of rows (the API supports up to 1000 per request; use pagination for larger extracts). The JSON objects contain the same fields shown in the manual lookup, plus additional internal identifiers.

Rate limits and usage policy

Data freshness

Both the portal and CIM refresh the license data nightly. The portal reflects the same snapshot as the CIM download, ensuring consistency between manual and programmatic checks.

When to use the portal vs. CIM

Use caseRecommended method
Verify a single license for a customer or employeeManual portal lookup
Build a compliance dashboard that checks many licenses dailyCIM API with scheduled jobs
Research disciplinary trends across all professionsDownload the full CSV from CIM

Contact and support

If you encounter issues, call 303 - 894 - 7855 (or toll - free 1 - 800 - 886 - 7675) or email DORA_Customercare@state.co.us.

Bottom line

Colorado's DORA license lookup provides a free, authoritative way to confirm the status of any regulated professional or business license. Use the web form for occasional checks and the Colorado Information Marketplace for bulk or automated access, always adhering to the stated usage restrictions.

Free security scan

See what's actually exposed on your site.

Decloak's free scan runs in about 15 seconds, no account required, and covers:

  • HTTP/TLS security posture
  • JavaScript CVEs
  • Exposed Supabase/Lovable/Base44 misconfigurations
  • AI-written executive summary