Autentication
Login
Endpoint responsible for performing API authentication. Required data: Username and Password. After authentication, a Token (Bearer Token) will be generated, which must be informed in other Endpoints to continue with the Validation Proposal Creation process.
POST
/
auth
/
login
Headers
Origin
string
Client's domain (created during the integration key stage)
Body
multipart/form-data
expiration
string
Token expiration time in hours
password
string
Legitimuz password.
username
string
Legitimuz user, created in the panel / dashboard.