Authenticate the user prior to making other API calls. Insert the bearer token obtained from this call in all other API calls in the HTTPS header in the form of authorization: bearer {token}. The token is valid for twenty-four hours.
Successful operation
Bad request error
Internal server error
{- "email": "email@email.com",
- "password": "123Abcd!"
}
{- "data": {
- "token": "zskMdo9EBahb4lx4wX3GQKmxC6yOZImB1WuRa8Bbqtt",
- "organizationId": 17
}
}