curl --request GET \
--url https://{tenantDomain}/api/v2/organizations/{id}/discovery-domains \
--header 'Authorization: Bearer <token>'{
"domains": [
{
"id": "<string>",
"domain": "<string>",
"status": "pending",
"verification_txt": "<string>",
"verification_host": "<string>",
"use_for_organization_discovery": true
}
],
"next": "<string>"
}Retrieve list of all organization discovery domains associated with the specified organization. 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 \
--header 'Authorization: Bearer <token>'{
"domains": [
{
"id": "<string>",
"domain": "<string>",
"status": "pending",
"verification_txt": "<string>",
"verification_host": "<string>",
"use_for_organization_discovery": true
}
],
"next": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://auth0-quickstart-flutter-windows.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.
Optional Id from which to start selection.
Number of results per page. Defaults to 50.
1 <= x <= 100このページは役に立ちましたか?