v1

latestOpenAPI 3.1.0Apache 2.02026-07-24113269342.0 KB
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"
}