Master account
Generate SSO token to access sub-account
This endpoint generates an sso token to authenticate and access a sub-account of the master using the account endpoint https://account-app.brevo.com/account/login/sub-account/sso/[token], where [token] will be replaced by the actual token.
post/corporate/subAccount/ssoToken
Request body
Example request
{
"id": 2333323,
"email": "vipin+subaccount@brevo.com",
"target": "contacts",
"url": "https://app.brevo.com/senders/domain/list"
}Response
Session token
Example response
{
"token": "ede520dxxxxxxxxxxxx76d631fba2"
}