| 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. Defaults to "en_us" |
| Name | Type | Description |
|---|---|---|
| content_url | String | URL suitable for embedding in an iFrame that links to new marketing material from SugarCRM. Will always be provided, but may be an empty string if there is no suitable content available. |
{
"content_url": "https://marketing.sugarcrm.com/exciting-new-content"
}
| Version | Change |
|---|---|
| v11_2 |
Added /login/content GET endpoint.
|