CreateAccountOauthRedirectUrlRequest
accountFields objectnullable
Account fields
Required and optional fields depend on the account type
property name*stringnullable
redirectUrlurinullable
OAuth2 redirect URL
Example:
https://example.de/sample_redirect_url
CreateAccountOauthRedirectUrlRequest
{
"accountFields": {
"start-date": "2021-11-29T00:00:00",
"marketplace": "amazon.de"
},
"redirectUrl": "https://example.de/sample_redirect_url"
}