Set auth config for an environment
Auth Config
Set auth config for an environment
PUT
Set auth config for an environment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
Available options:
dynamic, privy Privy authentication credentials.
Provide app_id always. Supply either verification_key (recommended for
production — local JWT verification against a public key) or api_key
(Privy app secret — enables REST-backed user data fallback), or neither
(verify against Privy's public JWKS endpoint).
Example:
{ "app_id": "cln1234abcd" }