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,
      "keyExportUrl": "<string>",
      "termsAcceptedByUser": {
        "termsUrl": "<string>",
        "email": "jsmith@example.com",
        "userId": "95b11417-f18f-457f-8804-68e361f9164f",
        "createdAt": "2023-11-07T05:31:56Z"
      },
      "appleKeyId": "<string>",
      "appleTeamId": "<string>"
    }
  ]
}

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Response

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