TYPE | Response
|
Category | Objects |
Description
Object: ServerLoginResponse
Properties
name |
type |
required |
default |
description |
loginUrl |
string |
yes |
|
The url to send the user to |
responseId |
string |
yes |
|
The response id |
clientRequestId |
string |
no |
|
The client request id if it was provided via the client-request-id header |
status |
string |
yes |
|
The status of the request |
message |
string |
yes |
|
The message |
Sample JSON
{
"responseId": "1_6c1595f35a00a9ca90f0c58fa9b947a4bef36fd6",
"status": "ok",
"message": "The login url is attached",
"loginUrl": "https://plesktest.yourdomainprovider.net:8443/thisisafakeplaceholderlogin/12345"
}