Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

API.Routes.Auth

Mestre-Tramador edited this page Mar 14, 2023 · 1 revision

Verify Authentication GET

/auth

Verify User authentication by the given token.

URL Params

Param Value Description
token string The JWT token generated on login.

Response

204

If the token is valid and authenticated, no content is given, only the default response headers.

401

{
  "error": "Unauthorized"
}

If the token was revoked or expired, then this error occurs.

Clone this wiki locally