v1

latestOpenAPI 3.1.02026-08-045901.5 MB

API Token [api-token]

Authentication

post/login

Request body

emailstring required

Email which has access to the business on LEDGERS. The email should have been OTP verified before making API calls.

passwordstring required

Password used for logging into LEDGERS for the email.

Response

200

statusinteger
api_tokenstring

Example response

{
  "status": 200,
  "api_token": "xxxxxxxxxxxxxxxxxxxxxxxxx"
}