FTP-Stream APIs
Space shortcuts
FTP-Stream APIs FA
Skip to end of metadata
Go to start of metadata

This API call is used to retrieve a list of User IDs 

 

Request

GET https://www.maytech.net/panel/api/1.0/user/?api_key=12345678-0000-0000-0000-000000000000&fields=login,real_name

Optional parameters

fields - Allows to obtain only specified User ID fields

Response

  • 200 - OK
  • 400 - Bad request
  • 401 - Invalid api_key
  • 500 - Internal Server Error
 
HTTP/1.1 200 OK 
Content-Type: application/json 
{"status":"OK","data":[{"login":"demo","real_name":"John Smith"},{"login":"demo2","real_name":"John Smith2"}]}

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
FTP-Stream APIs FA