---
title: "Get session token to access Brevo (SSO)"
method: GET
path: "/reseller/children/{childIdentifier}/auth"
tags: ["Reseller"]
---

# Get session token to access Brevo (SSO)

`GET /reseller/children/{childIdentifier}/auth`

It returns a session [token] which will remain valid for a short period of time. A child account will be able to access a white-labeled section by using the following url pattern => https:/email.mydomain.com/login/sso?token=[token]

## Path parameters

- `childIdentifier` string, required

## 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 a reseller
- `404` — Child auth key or child id not found

---

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