v1

latestOpenAPI 3.0.02026-07-174822119.2 KB
Authentication

Creates a new tokens

post/token

Request body

idTokeninteger

Id Token

labelstring

label of the token

uuidstring nullable

uuid of the token

idUserstring nullable

id_user of the token

validitystring nullable

Date until which tocken is valid, if it is void it will never expire

lastUsagestring nullable

last_usage of the token

Example request

{
  "validity": "2023-02-21 08:34:16",
  "lastUsage": "2023-02-21 08:34:16"
}

Response

Incidence type object

idTokeninteger

Id Token

labelstring

label of the token

uuidstring nullable

uuid of the token

idUserstring nullable

id_user of the token

validitystring nullable

Date until which tocken is valid, if it is void it will never expire

lastUsagestring nullable

last_usage of the token

Example response

{
  "validity": "2023-02-21 08:34:16",
  "lastUsage": "2023-02-21 08:34:16"
}