To call Homes360 API's on the Partner level, as opposed to an individual agent level, use the Homes360 authentication scheme. One token is needed -- a token granted to the Partner's application.
To obtain your Partner application token, call the Token API.
Make a
POST
request to the url:
https://api.homesconnect.com/api360/token
Body:
{
"accountID": ,
"login": "string",
"password": "string",
"expiresDays":
}
The
accountID
,
login
and
password
are the Partner account credentials you received after being approved as a Homes.com Connect Partner.
This token should be placed in the API request's Authorization header with the scheme homes360:
Authorization: home360
partner_app_token