Organization

Login admin token

Logs in an user and provides a token with high-privileges

post/executive/log-in

Headers

api-versionstring required

Request body

emailstring required
passwordstring required

Response

OK

tokenstring

Access token for next calls

Example response

{
  "token": "eyJhbGciOasfasiJ9.eyJleHRl2OTg5NX0.zdbAC-kE-I71"
}

Changes