Get session token to access Sendinblue (SSO)
GET {{baseUrl}}/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]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"token":"5cadaxxxxxxxxxxxxxxxxxxxx5a179f85a0"}