subaccounts
Login to a subaccount
Login to a subaccount.
post/subaccounts/authorize
Request body
Example request
{
"email": "username@gmail.com"
}Response
Sucess
User logged in sucessfully, use the auth value as API Key from request body in future API calls.
Example response
{
"auth": "f8efa7be4e7457c463e8b800e1f11f92072d272c"
}