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
Example response
{
"token": "ede520dxxxxxxxxxxxx76d631fba2"
}