v1

latestOpenAPI 3.0.12026-07-13746.2 KB
SimpliVPNAPI

Login

This route allows you to login a user. The response will give you a Bearer auth token to use with all rquests pertaining to the user. This token expires in 7 days, so for every request you should check if you get an unauthorized responsve and re-validate the login if needed.

post/login

Request body

usernamestring required
passwordstring required

Response

Success