Skip to main content

CreateAccountUiRequest

expiresInint32nullable

Account UI session validity period in seconds

Example: 3600
accountIdstringnullable

Account ID

If specified, the account UI session is created to update credentials and settings for an existing account

To create a new account, this field should not be specified or should be set to null

Example: 5dshw36
accountTypeIdstringnullabledeprecated

Account type ID

If specified, the account UI session is created to create an account of that type

This field is ignored, if accountId or accountTypeIds is specified

This field is deprecated and will be removed in the future. Use accountTypeIds instead.

Example: amazon
accountTypeIdsstring[]nullable

Account type IDs

If specified, the account UI session is created to create an account of one of the given types

This field is ignored, if accountId is specified

redirectUrlurinullable

Redirect URL

If specified, the user is redirected to this URL after the account UI session is completed

Example: https://example.de/sample_redirect_url
CreateAccountUiRequest
{
"expiresIn": 3600,
"accountId": "5dshw36",
"accountTypeIds": [
"string"
],
"redirectUrl": "https://example.de/sample_redirect_url"
}