Difference between revisions of "API:User/Whitelist/Clear"

From BNC4FREE
Jump to navigation Jump to search
(API User Whitelist Clear Info)
 
(No difference)

Latest revision as of 17:47, 22 April 2020

Resource URI

   https://api.bnc4free.com/user/whitelist/clear

Parameters

Variable Required Description Example
server required The name of the server Apple
username required Your Username TestyTest
key required Your API Key d681883383bcf7963427b1629d0b9963cf6335b5
username optional (Staff Only) The username to clear allowed hosts for AnotherTestyTest

Example Request

   curl -XPOST 
    --url https://api.bnc4free.com/user/whitelist/clear
    -d server=Apple
    -d username=TestyTest
    -d key=d681883383bcf7963427b1629d0b9963cf6335b5

Example Response

   {
      "status" : "success",
      "username" : "TestyTest",
      "hosts" : {
          "*"
      }
   }