| Name | Type | Description | Required |
|---|---|---|---|
| selected_language | String | Code for the desired marketing content language. (Eg. "en_us", "fr_FR"). Providing a certain language code does not guarantee that content returned will be in the provided language. If an invalid language is specified, will assume "en_us". | False. It uses the configured language if this parameter is missing. Defaults to "en_us" |
| static | Boolean | If set to true, return URL for static marketing content. Defaults to false. | False. If this parameter is missing, the API defaults to the dynamic content url. |
| Name | Type | Description |
|---|---|---|
| url | String | URL suitable for embedding in an iFrame that links to marketing content from SugarCRM. |
"https://www.sugarcrm.com/product-login-page-service/"
| Version | Change |
|---|---|
| v11.9 |
Added /login/marketingContentUrl GET endpoint.
|