v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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

emailstring required

User email of sub-account organization

Example request

{
  "email": "vipin+subaccount@brevo.com"
}

Response

Session token

tokenstring required

Session token, it will remain valid for 15 days.

Example response

{
  "token": "ede520dxxxxxxxxxxxx76d631fba2"
}