1.3 Ts3 Başlat

 POST  /apiv2/startTs3

Zorunlu Parametreler

cURL (Örnek)

curl --request POST \
  --url http://tspanel.net/apiv2/startTs3 \
  --header 'cache-control: no-cache' \
  --header 'content-type: multipart/form-data;' \
  --form tsPanelBayiIp=bayi_ip\
  --form tsPanelUserName=tspanel_username \
  --form tsPanelApiKey=tspanel_apikey \
  --form tsPanelPort=222 \

Cevap (Örnek)

{
  "success": true,
  "errors": [],
  "data": true
}

Last updated