Avnology ID
API ReferenceDiscovery

Discover By Email

Resolve an email address to its organization's auth configuration.

Endpoint

GET /v1/discovery:byEmail

Base URL: https://<Domain id="api"/>

Authentication: None.

Matches the email's domain against registered organization domains. If multiple orgs match (common for consumer gmail addresses), returns the generic response indicating the caller should fall back to personal-account flows.

Query Parameters

ParameterTypeRequiredDescription
emailstringYesFull email address

Example

Discovery

Resolve an identifier (email, slug, custom domain) to the organization's auth configuration -- for home-realm discovery and single-login fields.

Discover By Slug

Resolve an organization slug to its auth configuration (for `/login/acme` style URLs).

On this page