/api/authtokens

REST API endpoint: /api/authtokens

/api/authtokens

GET

Summary: List active tokens

Parameters

NameTypeRequiredDescription
token_typestringNo* INGEST - INGEST
  • USER - USER | | ordering | string | No | Which field to use when ordering the results. | | page | integer | No | A page number within the paginated result set. | | page_size | integer | No | Number of results to return per page. | | show_all | boolean | No | Do not filter objects owned by current user |

Responses

200

POST

Summary: POST /api/authtokens

Request Body

json
{
  "example": "request body"
}

Responses

201

/api/authtokens | LogZilla Documentation