Skip to main content

Discovery

Returns discoverable information about this API instance

type Discovery {
features: Features!
serviceFailures: ServiceFailures!
urls: FeatureUrls!
version: String!
webAuthnRpId: String!
}

Fields

Discovery.features ● Features! non-null object

Returns the features enabled for this API instance.

Discovery.serviceFailures ● ServiceFailures! non-null object

Returns the failures that occurred while trying to connect to external services.

Discovery.urls ● FeatureUrls! non-null object

Returns the URLs for various features.

Discovery.version ● String! non-null scalar

Returns the version of the API.

Discovery.webAuthnRpId ● String! non-null scalar

The WebAuthn relying party (RP) ID for this instance — the apex instance root (<root>.verifiedorchestration.com) that passkey ceremonies bind to. A registrable suffix of every ceremony subdomain (concierge.<root>, api.<root>, idp.<root>). Surfaced so admin tooling can display the value customers must configure for passkeys.

Returned By

discovery query ● testServices mutation