/login/content GET
Overview
Returns information to facilitate receiving marketing content from SugarCRM.
Request Arguments
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"
|
Response Arguments
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.
|
Response
{
"content_url": "https://marketing.sugarcrm.com/exciting-new-content"
}
Change Log
Version |
Change |
v11_2
|
Added /login/content GET endpoint.
|