How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dynamic Settings API

The Settings API from Dynamic — 9 operation(s) for settings.

Dynamic Settings API is one of 42 APIs that Dynamic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Settings. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 14 operations across 9 paths, and defines 61 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 3 base URLs: https://app.dynamicauth.com/api/v0, https://app.dynamic.xyz/api/v0, http://localhost:3333/api/v0.

14 operations 9 paths 61 schemas 2 DELETE5 GET2 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.dynamicauth.com/api/v0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Dynamic Settings API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 14

Across 9 paths, the API surfaces 14 operations — 2 DELETE, 5 GET, 2 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Settings 14
GET
/environments/{environmentId}/settings/exchanges
Get the exchanges for an environment
getEnvironmentExchanges 1 param → 200401403500
POST
/environments/{environmentId}/settings/exchanges
Creates a new exchange for the project environment
createExchange 1 param body → 201400401403422500
GET
/settings/exchanges/{exchangeId}
Gets an exchange
getExchange 1 param → 200400401403422500
DELETE
/settings/exchanges/{exchangeId}
Delete an exchange by exchangeId
deleteExchange 1 param → 204401403500
PUT
/settings/exchanges/{exchangeId}/enable
Enable the exchange for the environment
enableExchange 1 param → 200401403422500
PUT
/settings/exchanges/{exchangeId}/disable
Disable the exchange for the environment
disableExchange 1 param → 200401403500
GET
/environments/{environmentId}/settings/providers
Get the providers for an environment
getEnvironmentProviders 1 param → 200401403500
POST
/environments/{environmentId}/settings/providers
Creates a new provider for the project environment
createProvider 1 param body → 201400401403422500
GET
/environments/{environmentId}/settings/providers/urls
Get the URLs for the environment providers
getEnvironmentProviderUrls 1 param → 200401403500
GET
/settings/providers/{providerId}
Gets a provider
getProvider 1 param → 200400401403422500
PUT
/settings/providers/{providerId}
Updates a provider
updateProvider 1 param body → 200400401403422500
DELETE
/settings/providers/{providerId}
Delete a provider by providerId
deleteProvider 1 param → 204401403500
PUT
/settings/providers/{providerId}/enable
Enable the provider for the environment
enableProvider 1 param → 200401403422500
PUT
/settings/providers/{providerId}/disable
Disable the provider for the environment
disableProvider 1 param → 200401403500

Schemas 61

The contract defines 61 schemas that model the data the API accepts and returns. The most detailed are Provider (41 properties), ProviderCreateRequest (35 properties), ProviderUpdateRequest (33 properties), BaseUser (33 properties). Each schema is shown below with its type and property counts.

JwtVerifiedCredentialFormatEnum
string
TurnkeyWalletProperties
object
10 properties
HardwareWalletEnum
string
WalletPublicKey
string
Valid blockchain wallet address, must be an alphanumeric string without any special characters
ZerodevBundlerProvider
string
WaasWalletProperties
object
5 properties
NonEmptyStringWith255MaxLengthAndSpecialChars
string
ProviderEnum
string
The 'turnkey' value is deprecated and will be removed in a future version.
Forbidden
object
1 property
NonEmptyStringWith255MaxLength
string
MergeConflicts
object
Contains information needed for the SDK to surface merge conflicts when attempting to merge information from one user to another
2 properties 2 required
ProviderUpdateRequest
object
Request body to update oauth properties and other metadata about a provider.
33 properties
KycFieldType
string
CustomFieldValidationRules
object
Optional validation rules for the custom field
4 properties
UnprocessableEntityErrorCode
string
WalletProviderEnum
string
WaasWalletSettings
object
4 properties
Unauthorized
object
1 property
CustomFieldType
string
InternalServerError
object
1 property
MfaBackupCodeAcknowledgement
stringnull
ProvidersResponse
object
1 property
JwtVerifiedCredential
object
28 properties 3 required
NameServiceData
object
2 properties
OptionalNullableNonEmptyStringWith255MaxLength
stringnull
caip2
string
CAIP-2 Chain ID (https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-2.md)
uuid
string
SmsCountryCode
object
2 properties 2 required
ProviderAgreement
object
Reference to the user that accepted the terms and conditions, if one is necessary for this provider.
4 properties 4 required
Exchange
object
5 properties 1 required
ProjectSettingsKyc
object
10 properties 5 required
CountryCode
stringnull
Standard ISO 3166-1 alpha-2 two-letter country code
ProviderKernelVersionEnum
string
BadRequest
object
1 property
SdkUser
ProviderCreateRequest
object
Request body to create a new provider. The provider will be not enabled by default.
35 properties 1 required
ExchangeResponse
object
1 property
ExchangeCreateRequest
object
Request body to create a new exchange. The exchange will be not enabled by default.
3 properties 1 required
ecdsaValidatorOptions
string
ThresholdSignatureScheme
string
Provider
object
41 properties 1 required
SmartWalletProperties
object
3 properties
PasswordSourceTypeEnum
string
WalletAdditionalAddress
object
An additional address associated with a wallet.
3 properties 2 required
WalletProperties
ProviderEntryPointVersionEnum
string
UnprocessableEntity
object
3 properties 1 required
HardwareWalletProperties
object
1 property
CoinbaseMpcWalletProperties
object
2 properties
WalletAddressType
string
ProviderUrl
object
5 properties 3 required
WalletKeyShareInfo
object
4 properties 3 required
NonEmptyIsoCountryCode
string
ProviderUrlsResponse
object
1 property
UnprocessableEntityErrorPayload
object
Contains information which the integrating client of this API can use to tailor an experience to a customer to fix the underlying issue that triggered this err…
6 properties
MergeUser
object
Contains the current field value for the user.
2 properties 2 required
MergeUserConflict
object
Contains a merge conflict between two users with different values for the same user field data
3 properties 3 required
BaseUser
object
33 properties 2 required
EmbeddedWalletVersionEnum
string
ExchangeKeyEnum
string
Source exchange identifier
CustomFieldValidValue
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dynamic-xyz-settings-api-openapi.yml Raw ↑

Other APIs Dynamic publishes across the network.

Dynamic Allowlists API
Dynamic Analytics API
Dynamic API Tokens API
Dynamic Embedded Wallets API
Dynamic Environments API
Dynamic Exports API
Dynamic JWKS API
Dynamic Users API
Dynamic Wallets API
Dynamic Webhooks API
Dynamic Backend API
Dynamic Webhooks
Where this information came from

This is an independent, third-party profile of Dynamic Settings API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.