v1

latestSwagger 2.02026-07-175271155.8 KB
model

token get

get the token of system

get/api/v1/systems/{system_id}/token

Path parameters

system_idstring required

System ID

Response

OK

codeinteger
messagestring

Example response

{
  "data": {
    "token": "vgclj4ddfe3ydr6eg3wjfx4vc8ogjxhi"
  }
}