NIXZ
Public

Authorize

POST
/api/authenticate

Query Parameters

userInterface?string
Default"PLUGIN_OLD"

Value in

  • "PLUGIN"
  • "DASHBOARD"
  • "PLUGIN_OLD"
  • "DASHBOARD_OLD"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

curl -X POST "https://example.com/api/authenticate" \  -H "Content-Type: application/json" \  -d '{    "username": "string",    "password": "string"  }'
{  "id_token": "string"}