account

Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials. Add access token to requests' header as Bearer Token for authentication.

post/account/jwt/create/

Request body

usernamestring required
passwordstring required

Response

access and refresh tokens

refreshstring
accessstring
pkinteger
uuidstring uuid
expire_durationinteger
expires_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.