curl --request GET \
--url https://{tenantDomain}/api/v2/organizations/{id}/discovery-domains/name/{discovery_domain} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"domain": "<string>",
"status": "pending",
"verification_txt": "<string>",
"verification_host": "<string>",
"use_for_organization_discovery": true
}Retrieve details about a single organization discovery domain specified by domain name. This endpoint is subject to eventual consistency; newly created, updated, or deleted discovery domains may not immediately appear in the response.
curl --request GET \
--url https://{tenantDomain}/api/v2/organizations/{id}/discovery-domains/name/{discovery_domain} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"domain": "<string>",
"status": "pending",
"verification_txt": "<string>",
"verification_host": "<string>",
"use_for_organization_discovery": true
}Documentation Index
Fetch the complete documentation index at: https://auth0-chore-sdk-version-update-20260521.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the organization.
Domain name of the discovery domain.
3 - 255Organization discovery domain successfully retrieved.
Organization discovery domain identifier.
The domain name to associate with the organization e.g. acme.com.
3 - 255^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$The verification status of the discovery domain.
pending, verified A unique token generated for the discovery domain. This must be placed in a DNS TXT record at the location specified by the verification_host field to prove domain ownership.
The full domain where the TXT record should be added.
Indicates whether this domain should be used for organization discovery.
Cette page vous a-t-elle été utile ?