Authentication
tip
Mind that an auth token is valid for 2 hours.
Endpoint
URL | https://capture-vintecc.com/Auth |
METHOD | POST |
Headers
Header | Value |
---|---|
AuthVersion | V0.0.1 |
Content-Type | application/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.