post

/aggregation/provideraccounts

Create a provider account using the native login form for a screen scraping aggregator.

Provide login credentials for an aggregator like Yodlee using the login_form field. Credentials should be encrypted using the public key on the Provider if available. Credentials will be encrypted by the host if not.

If using CDR, Yodlee Fastlink or other web based flows then the user should be directed to the authorization_url when Consent is created to automatically create the Provider Account at the end of the flow.

Authorization

oauth2 - password
oauth2 - authorizationCode
oauth2 - clientCredentials
apiKey - Authorization

Request Parameters

6 Headers

Request Body

Link Provider

Schema
object
$schema: http://json-schema.org/draft-04/schema#
provider_id
integer

Provider ID to create the Provider Account for

4 validations + required
consent_id
integer

Consent ID created for the Provider

4 validations
login_form
object

Responses

1 Example
Schema
object
$schema: http://json-schema.org/draft-04/schema#
consent
object
id
number

Provider Account ID

1 validation
provider_id
number
1 validation
editable
boolean
1 validation
refresh_status
object
login_form
object

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
Authorization