Skip to main content

Authentication

tip

Mind that an auth token is valid for 2 hours.

Endpoint

URLhttps://capture-vintecc.com/Auth
METHODPOST

Headers

HeaderValue
AuthVersionV0.0.1
Content-Typeapplication/json

Body

{
"Username" : "username",
"Password" : "pwd"
}

Response

The response will be a string which represents a JWT token. This token has to be passed in the required header for secured endpoints.