---
title: "Generate SSO token to access admin account"
method: POST
path: "/corporate/ssoToken"
tags: ["Master account"]
---

# Generate SSO token to access admin account

`POST /corporate/ssoToken`

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.

## Request body

- SsoTokenRequestCorporate
  - `email` string, required — User email of sub-account organization

## Response `200`

Session token

- GetSsoToken
  - `token` string, required — Session token, it will remain valid for 15 days.

## Other responses

- `400` — bad request
- `403` — Current account is not an admin account

## Changes

- **2026-07-17** `2aec3cf66501` — 1 info
  - endpoint added
- **2023-05-05** `2122e9ffdbe8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getbrevo/apis/brevo-api/changes/corporate/ssoToken/post.md)

---

[API](https://skmtc.dev/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.dev/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
