Passer au contenu principal
GET
/
organizations
/
{id}
/
discovery-domains
Retrieve all organization discovery domains
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>"
}

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

ID of the organization.

Paramètres de requête

from
string

Optional Id from which to start selection.

take
integer

Number of results per page. Defaults to 50.

Plage requise: 1 <= x <= 100

Réponse

Organization discovery domains retrieved successfully.

domains
object[]
requis
next
string