POST api/GeorgeFarms/auth
Action to get an auth token for locked down George Farms API routes.
Request Information
URI Parameters
None.
Body Parameters
AuthRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Password": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AuthResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Token": "sample string 1"
}