Skip to content

Bazimo API (v1)

Languages
Servers
https://doc-api.bazimo.fr/

Authentications

Operations

Authenticate a user

Request

Returns a Bearer token that can be used to authenticate a user on other API endpoints.

Path
tenantId_pathstringrequired
Body
emailstring or null
passwordstring or null
authenticationTypestring or null
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/authentications/login' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "email": "string",
    "password": "string",
    "authenticationType": "string"
  }'

Responses

OK

Response
No content

Building

Operations

Expense

Operations

Invoice

Operations

Lease

Operations

LegalOwner

Operations

Lot

Operations

RealEstateCompany

Operations

Receipt

Operations

Renter

Operations

Supplier

Operations

User

Operations