CreateOauthRedirectUrlRequest
accountTypeIdstringrequired
Account type identifier
Possible values: non-empty
Example:
amazon
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
CreateOauthRedirectUrlRequest
{
"accountTypeId": "amazon",
"accountFields": {
"start-date": "2021-11-29T00:00:00",
"marketplace": "amazon.de"
},
"redirectUrl": "https://example.de/sample_redirect_url"
}