FTP-Stream APIs
Space shortcuts
FTP-Stream APIs FA

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<uuid> - User ID unique identifier

 

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

...



Code Block
languagejs
HTTP/1.1 200 OK
Content-Type: application/json
{"status":"OK","data":{"login":"demo","real_name":"John Smith"}}

...

FTP-Stream APIs FA