Bind Custody ProviderCopy Pagepost https://example.com/custody/bindDefine a new custody provider integration. Only one custody provider is supported at a time.Body Paramsnamestringrequired.*\S.*A unique name for the custody provider. This name will be used to reference the provider in other API callsendpointstringrequired.*\S.*address of custody adapter in host:port formatautharrayList of authentication mechanisms supported by this ledgerauthADD adapterOAuthOptions | adapterMtlsOptions | adapterApiKeyOptionsidempotencyobjectIdempotency configuration to prevent duplicate request processingidempotency objectretryStrategyobjectPer-binding retry policy for the external adapter's WORKFLOW-layer handling of transient (technical) errors. When omitted, the service falls back to the global retry defaults (prior behavior). transientErrorsMaxRetries and transientErrorsUnlimitedRetries are mutually exclusive; set at most one.retryStrategy objectdisplayNamestring.*\S.*display namerequestTimeoutstringrequiredlength ≥ 1^[1-9]\d*(?:\.\d+)?(h|m|s|ms|us|µs|ns)(\d+(?:\.\d+)?(h|m|s|ms|us|µs|ns))*$request timeout (e.g. 300s)backoffstringrequiredlength ≥ 1^[1-9]\d*(?:\.\d+)?(h|m|s|ms|us|µs|ns)(\d+(?:\.\d+)?(h|m|s|ms|us|µs|ns))*$backoff (e.g. 60s)singleRequestTimeoutstringrequiredlength ≥ 1^[1-9]\d*(?:\.\d+)?(h|m|s|ms|us|µs|ns)(\d+(?:\.\d+)?(h|m|s|ms|us|µs|ns))*$single request timeout (e.g. 90s)Responses 200successful operation 400Bad Request 500Internal Server ErrorUpdated 3 months ago Update approvals configUpdate Custody Provider binding