Request body to update oauth properties and other metadata about a provider.
Was this page helpful?
{
"clientId": "<string>",
"clientSecret": "<string>",
"providerProjectId": "<string>",
"defaultChainId": 123,
"defaultChain": "eip155:1",
"keyExportUrl": "<string>",
"useDynamicCredentials": true,
"scopes": "<string>",
"appleKeyId": "<string>",
"appleTeamId": "<string>",
"shopifyStore": "<string>",
"accountSid": "<string>",
"twilioNumber": "<string>",
"enabledCountries": [
{
"isoCountryCode": "US",
"phoneCountryCode": "An example name"
}
],
"multichainAccountAbstractionProviders": [
{
"clientId": "<string>",
"chain": "<string>",
"default": true
}
],
"entryPointVersion": "v6",
"kernelVersion": "v2_4",
"ecdsaProviderType": "zerodev_signer_to_ecdsa",
"enableKernelV3Migration": true,
"enableEIP7702": true,
"factoryAddress": "<string>",
"paymasterAddress": "<string>",
"passkeyAddress": "<string>",
"sessionAddress": "<string>",
"zerodevBundlerProvider": "STACKUP",
"zerodevBundlerRpcUrl": "<string>",
"zerodevPaymasterRpcUrl": "<string>",
"zerodevKernelDelegationAddress": "<string>"
}