GET
/
settings
/
providers
/
{providerId}
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/settings/providers/{providerId}
{
  "id": "95b11417-f18f-457f-8804-68e361f9164f",
  "provider": "emailOnly",
  "enabledAt": "2023-11-07T05:31:56Z",
  "clientId": "<string>",
  "clientSecret": "<string>",
  "providerProjectId": "<string>",
  "authorizationUrl": "<string>",
  "redirectUrl": "<string>",
  "defaultChainId": 123,
  "defaultChain": "eip155:1",
  "keyExportUrl": "<string>",
  "termsAcceptedByUser": {
    "termsUrl": "<string>",
    "email": "jsmith@example.com",
    "userId": "95b11417-f18f-457f-8804-68e361f9164f",
    "createdAt": "2023-11-07T05:31:56Z"
  },
  "scopes": "<string>",
  "baseAuthUrl": "<string>",
  "appleKeyId": "<string>",
  "appleTeamId": "<string>",
  "shopifyStore": "<string>",
  "accountSid": "<string>",
  "twilioNumber": "<string>",
  "enabledCountries": [
    {
      "isoCountryCode": "US",
      "phoneCountryCode": "An example name"
    }
  ],
  "entryPointVersion": "v6",
  "kernelVersion": "v2_4",
  "multichainAccountAbstractionProviders": [
    {
      "clientId": "<string>",
      "chain": "<string>",
      "default": true
    }
  ],
  "ecdsaProviderType": "zerodev_signer_to_ecdsa",
  "createNewAccounts": true,
  "enableKernelV3Migration": true,
  "enableEIP7702": true
}

Path Parameters

providerId
string
required

ID of the provider

Required string length: 36
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Response

200
application/json
Successful

The response is of type object.