Skip to content
🇺🇸 EN 🇲🇽 ES 🇫🇷 FR

🔍 Verify Registration

Confirm the legitimacy of a service animal or emotional support animal registration from our database.

Verify a Registration

Enter the registration number or search by owner name to verify documentation issued through MyPSD.org and TheraPetic.

Go to Verification Portal →

You will be redirected to our secure verification database.

🏠 For Landlords & Property Managers

Verifying documentation helps ensure you're receiving legitimate ESA or PSD letters from licensed mental health professionals.

  • Enter the registration number from the client's documents
  • Confirm the letter was issued by a Licensed Clinical Doctor
  • View the date of issuance and validity period

✈️ For Airlines & Businesses

Quickly verify Psychiatric Service Dog documentation to ensure compliance with federal regulations.

  • PSDs are protected under the Air Carrier Access Act (ACAA)
  • Verification confirms legitimate clinical evaluation
  • Documentation from licensed mental health professionals

📋 What You Can Verify

  • Registration Number -- Unique ID on all certificates
  • Owner Information -- Confirm the registered handler
  • Animal Information -- Species, breed, name
  • Issue Date -- When documentation was provided
  • Validity Status -- Active or expired

💡 Important Note

While there is no legally mandated government registry for service animals or ESAs, our voluntary registration system helps:

  • Provide quick verification for housing providers
  • Give clients peace of mind with organized documentation
  • Reduce confrontations with easy-to-access proof
  • Support the legitimacy of properly evaluated clients

Need to get started with your own evaluation?

Start Free Screening
function toggleDarkMode() { var html = document.documentElement; var icon = document.getElementById("modeIcon"); if (html.getAttribute("data-theme") === "dark") { html.removeAttribute("data-theme"); if (icon) icon.textContent = "🌙"; localStorage.setItem("mypsd_theme", "light"); } else { html.setAttribute("data-theme", "dark"); if (icon) icon.textContent = "☀️"; localStorage.setItem("mypsd_theme", "dark"); } } document.addEventListener("DOMContentLoaded", function() { if (localStorage.getItem("mypsd_theme") === "dark") { document.documentElement.setAttribute("data-theme", "dark"); var icon = document.getElementById("modeIcon"); if (icon) icon.textContent = "☀️"; } }); function toggleMobileMenu() { document.getElementById('mobileNav').classList.toggle('active'); } function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: "en", includedLanguages: "en,es,fr", autoDisplay: false}, "google_translate_element"); } function doGTranslate(sel) { if (sel.value === "") { document.cookie = "googtrans=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"; document.cookie = "googtrans=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=.mypsd.org"; location.reload(); return; } var pair = sel.value.split("|"); document.cookie = "googtrans=/"+pair[0]+"/"+pair[1]+"; path=/"; document.cookie = "googtrans=/"+pair[0]+"/"+pair[1]+"; path=/; domain=.mypsd.org"; var gt = document.querySelector(".goog-te-combo"); if (gt) { gt.value = pair[1]; gt.dispatchEvent(new Event("change")); } else { location.reload(); } } ```