v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Reseller

Get session token to access Brevo (SSO)

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]

get/reseller/children/{childIdentifier}/auth

Path parameters

childIdentifierstring required

Either auth key or id of reseller's child

Response

Session token

tokenstring required

Session token, it will remain valid for 15 days.

Example response

{
  "token": "ede520dxxxxxxxxxxxx76d631fba2"
}