Supplier Login
POST/token
This endpoint authenticates users and issues a bearer token upon successful login.
Users submit their credentials (e.g., email and password) in the request body. If the provided credentials are valid, the endpoint generates and returns a bearer token which used for subsequent requests to authenticate the user.
Request
Responses
- 200
- 422
Successful response
Unprocessable Content