Login
To login your application, you need to use the username and password from the registration response which is returned the success object.
info
{api-base-url}
,{username}
, {password}
can be obtained from the MirrorFly console.
Note : For Eazy plan & paid subscribers, the api credentials will be shown, once the customer has furnished the server configuration in the admin console.
#
To get the Username and PasswordStep 1: Register here to get a MirrorFly User account. Registration is subject to verification and would take up to 24 hours.
Step 2: Login to your Account
Step 3: Get the username and password from the API Credentials
section
#
HTTP request#
Request ParamsParam | DataType | Required | Description |
---|---|---|---|
username | String | Yes | Username of the user provided by the admin. |
password | String | Yes | Password of the user provided by the admin. |
#
ResponsesIf successful, this action returns a Authentication token in the response body.
#
ErrorIn the case of an error, an error object like below is returned.