VRt.Account [AC] (6.16.2177)

Description

Veeroute Account Panel.

Entity relationship diagram

erd

Auth

Authorization.

Obtaining a token

Obtaining a token using the login and password.

Request Body schema: application/json
required

Token request.

username
required
string (user_name) [ 2 .. 256 ] characters \w+

Login, unique identifier.

password
required
string [ 1 .. 1000 ] characters

Password.

ttl_seconds
integer<int32> [ 60 .. 31556926 ]
Default: 86400

Token validity time, in seconds.

Responses

Response Schema: application/json
string (token) [ 1 .. 1000 ] characters

Token.