Skip to main content
DELETE
Return to Endstate-managed identity

Authorizations

Authorization
string
header
required

Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).

Response

The configuration after clearing.

auth_type
enum<string>
required

external when your own token issuer is registered; endstate when identity is managed by Endstate.

Available options:
endstate,
external
Example:

"external"

issuer
string | null
required

The registered token issuer (iss), or null when unset.

Example:

"https://auth.brand.example"

jwks_url
string | null
required

The registered JWKS URL, or null when unset.

Example:

"https://auth.brand.example/.well-known/jwks.json"

audience
string | null
required

The audience (aud) your identity tokens carry, or null when unset.

Example:

"https://wallet.brand.example"