Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.17 KB

SsoTokenRequest.md

File metadata and controls

26 lines (19 loc) · 1.17 KB

SsoTokenRequest

Properties

Name Type Description Notes
id Long Id of the sub-account organization
email String User email of sub-account organization [optional]
target TargetEnum Set target after login success * automation - Redirect to Automation after login * email_campaign - Redirect to Email Campaign after login * contacts - Redirect to Contacts after login * landing_pages - Redirect to Landing Pages after login * email_transactional - Redirect to Email Transactional after login * senders - Redirect to Contacts after login * sms_campaign - Redirect to Sms Campaign after login * sms_transactional - Redirect to Sms Transactional after login [optional]

Enum: TargetEnum

Name Value
AUTOMATION "automation"
EMAIL_CAMPAIGN "email_campaign"
CONTACTS "contacts"
LANDING_PAGES "landing_pages"
EMAIL_TRANSACTIONAL "email_transactional"
SENDERS "senders"
SMS_CAMPAIGN "sms_campaign"
SMS_TRANSACTIONAL "sms_transactional"