Generate SSO token to access Sendinblue
POST {{baseUrl}}/corporate/subAccount/ssoToken
This endpoint generates an sso token to authenticate and access a sub-account of the master using the account endpoint https://app.sendinblue.com/account/login/sub-account/sso/[token], where [token] will be replaced by the actual token.
Request Body
{"id"=>3232323, "email"=>"vipin+subaccount@sendinblue.com"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"token":"5cadaxxxxxxxxxxxxxxxxxxxx5a179f85a0"}