GET api/v1/myaircoach/login

Login the user with basic auth. authorization

Request Information

Headers

URI Parameters

None.

Body Parameters

None.

Response Information

Headers

Resource Description

Response
NameDescriptionTypeAdditional information
Result

Result of the response

string

None.

Message

Additional information of the response

string

None.

Response Formats

application/json

Sample:
{
  "Result": "sample string 1",
  "Message": "sample string 2"
}