V3 > Ftp

Login.

Attempts to authenticate the user using the provided credentials.

post/2/vod/ftp/login

Request body

passwordstring required

The login's password.

usernamestring required

The username of the Login

Example request

{
  "password": "1foMaNiAk#"
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.