FinCapture JWT Authentication

The JWT Authentication Service provides the endpoint for authentication and retrieving a JWT for FinCapture.

Authenticates a user and produces a JWT.

SecurityNone
Request
Request Body schema:
userName
string

User name of the end user

password
string

Password of the end user

Responses
200

JWT returned as response body.

403

Bad credentials, or not authorized to log in as loginAs.

500

Internal Server Error

post/public/fincapture/authenticate
Request samples
{
  • "userName": "john@firstbank.com",
  • "password": "Ahc$26xyn@"
}