GET
/
environments
/
{environmentId}
/
settings
/
providers
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/settings/providers
{
  "providers": [
    {
      "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

environmentId
string
required

ID of the environment

Required string length: 36
Example:

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

Response

200
application/json
List of providers for this project environment
providers
object[]