Get external auth settings
Returns your organization’s identity configuration: external when your own token issuer is registered, endstate when identity is managed by Endstate.
Authorizations
Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).
Response
The current identity configuration.
external when your own token issuer is registered; endstate when identity is managed by Endstate.
endstate, external "external"
The registered token issuer (iss), or null when unset.
"https://auth.brand.example"
The registered JWKS URL, or null when unset.
"https://auth.brand.example/.well-known/jwks.json"
The audience (aud) your identity tokens carry, or null when unset.
"https://wallet.brand.example"

