Register a provider configuration
Register a configuration shared across the organization’s projects. Names are unique within the organization; duplicate names return 409 without replacing credentials. A configuration serves many wallets. Secret credentials are never returned. Requires an organization-scoped credential or dashboard authentication; project-scoped credentials receive 403.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Provider configuration registered
- Option 1
- Option 2
Response schema for a Link configuration, without secret credentials. Kernel generates the ID and timestamps. Configuration creation uses VaultLinkProviderConfigRequest.
OAuth client identity; immutable. Secret credentials are never returned.
Unique within the organization.
^[a-zA-Z0-9._-]{1,255}$link