Authorization
🔐 Token Generation Service
This service is responsible for generating tokens to be used across all integration services.
When the service executes successfully (HTTP 200 status), the token is returned in the response as an
Authorizationheader.It serves as the token issuer within the system.
It is the service that generates tokens.
POST /login
Request Body
Name
Type
Description
username*
String
password*
String
Authorization: Bearer Token
Last updated