latestSwagger 2.02026-08-1274120326.8 KB

3a995f316cda

Authenticate

Authenticates Valid User

This will provide an Authentication Token for accessing the database. This token will be appended to all data calls in the form "Authorization : Bearer " + token. The generated token is currently valid for 365 days. When it expires simply re-login and you will be given another token. Please contact Sales if the token is somehow stolen or compromised in some way. In the event you upgrade your account or otherwise make changes that are not being reflected, getting a new token will also refresh your credential information.

post/Credential/authenticate

Headers

x-api-versionstring

Request body

usernamestring
passwordstring

Response

User Authentication Success: Authentication Token Given