v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

Validate API Token

Validates an API token belonging to a user.

get/v1/auth/validate

Response

Successful response

expinteger

The time of expiration for the provided token in unix epoch seconds, or -1 if there is no expiration.

Example response

{
  "exp": 999
}