Master account
Generate SSO token to access admin account
This endpoint generates an SSO token to authenticate and access the admin account using the endpoint https://account-app.brevo.com/account/login/corporate/sso/[token], where [token] will be replaced by the actual token.
post/corporate/ssoToken
Request body
Example request
{
"email": "vipin+subaccount@brevo.com"
}Response
Session token
Example response
{
"token": "ede520dxxxxxxxxxxxx76d631fba2"
}