POST /Token
Returns a bearer token which can be used to consume the API
URL : https://api.ehouse.co.uk/token
Request Information
Request parameters
| Name | Description | Additional information |
|---|---|---|
| model | username and password for the user. |
Define this parameter in the request body. |
Request body formats
aplication/x-www-form-urlencoded
Sample:
{
grant_type=password&username=sampleUsername&password=samplePassword,
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"sample token"
}
