Skip to main content
POST
/
auth
/
login
Login to the central account
curl --request POST \
  --url https://business.tgo-eg.com/api/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>"
}
'
{
  "message": "<string>",
  "errors": {}
}

Body

application/json
email
string<email>
required
password
string<password>
required

Response

Login token and workspace context.