Returns a Bearer token that can be used to authenticate a user on other API endpoints.
Bazimo API (v1)
Languages
Servers
https://doc-api.bazimo.fr/
- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/authentications/login
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
}'