CreateAccountUiRequest
Account UI session validity period in seconds
3600
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
5dshw36
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.
amazon
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
Redirect URL
If specified, the user is redirected to this URL after the account UI session is completed
https://example.de/sample_redirect_url
{
"expiresIn": 3600,
"accountId": "5dshw36",
"accountTypeIds": [
"string"
],
"redirectUrl": "https://example.de/sample_redirect_url"
}