Skip to main content

Verify API token

GET 

/authenticate

By calling this API endpoint you can verify the validity of your token. Response contains user information like email and user id.

Request

Responses

Successfully authenticate with API token

Schema
    id integer

    User ID

    name string

    User name

    email string

    User email

    exp integer

    Expiration date

    tid string

    Token identifier

    iat integer

    The "iat" (issued at) claim identifies the time at which the JWT was issued. This claim can be used to determine the age of the JWT.

    nbf string

    The "nbf" (not before) claim identifies the time before which the JWT MUST NOT be accepted for processing.

Loading...