AuthV1

Authentication Controller Version 1.0 Operations - Token and Refresh Token

APIDescription
POST api/v1/auth/login

This method returns Login Information to the user, including token and Refresh Token

POST api/v1/auth/corp/login

This method returns Login Information to the user corp, including token and Refresh Token

POST api/v1/auth/refresh-token

Method to get a new token based in refresh_token

GET api/v1/auth/permissions/{applicationCode}

Check permissions of token User in an Application

GET api/v1/auth/corp/permissions/{applicationCode}

Check permissions of token User in an Corp (External) Application

Health

APIDescription
GET api/v1/health

System Health Check