Clients
Enter JWT Bearer token only
Filter results. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#filter
Request a limited set of properties. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#select
Sort results. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#orderby
The number of results to skip. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#topskip
The number of results to return. Defaults to 50. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#topskip
Success
GET /homedashboard/clients HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Success
[
{
"externalId": "text",
"source": "text",
"ownerId": "123e4567-e89b-12d3-a456-426614174000",
"referredById": "123e4567-e89b-12d3-a456-426614174000",
"email": "[email protected]",
"homePhone": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"contactAddress": {
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "FL",
"zipCode": "text"
},
"isSilenced": true,
"isArchived": true,
"createdOn": "2025-12-06T04:40:03.584Z",
"updatedOn": "2025-12-06T04:40:03.584Z",
"fico": 1,
"totalIncome": 1,
"totalDebtPayments": 1,
"firstTimeBuyer": true,
"loginToken": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"firstName": "text",
"lastName": "text"
}
]Enter JWT Bearer token only
[email protected]Pattern: [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$Success
POST /homedashboard/clients HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json;odata.metadata=minimal;odata.streaming=true
Accept: */*
Content-Length: 511
{
"externalId": "text",
"source": "text",
"ownerId": "123e4567-e89b-12d3-a456-426614174000",
"referredById": "123e4567-e89b-12d3-a456-426614174000",
"email": "[email protected]",
"homePhone": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"contactAddress": {
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "FL",
"zipCode": "text"
},
"isSilenced": true,
"isArchived": true,
"fico": 1,
"totalIncome": 1,
"totalDebtPayments": 1,
"firstTimeBuyer": true,
"loginToken": "text",
"firstName": "text",
"lastName": "text"
}Success
{
"id": "text",
"type": "text",
"createdTimestamp": "2025-12-06T04:40:03.584Z",
"updatedTimestamp": "2025-12-06T04:40:03.584Z"
}Enter JWT Bearer token only
Operation is not currently supported on this resource
DELETE /homedashboard/clients HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Operation is not currently supported on this resource
No content
Enter JWT Bearer token only
GUID of client to read
Client with Id found
Invalid identifier
Unauthorized
Client not found
Server Error
GET /homedashboard/clients/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"externalId": "text",
"source": "text",
"ownerId": "123e4567-e89b-12d3-a456-426614174000",
"referredById": "123e4567-e89b-12d3-a456-426614174000",
"email": "[email protected]",
"homePhone": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"contactAddress": {
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "FL",
"zipCode": "text"
},
"isSilenced": true,
"isArchived": true,
"createdOn": "2025-12-06T04:40:03.584Z",
"updatedOn": "2025-12-06T04:40:03.584Z",
"fico": 1,
"totalIncome": 1,
"totalDebtPayments": 1,
"firstTimeBuyer": true,
"loginToken": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"firstName": "text",
"lastName": "text"
}Enter JWT Bearer token only
[email protected]Pattern: [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$Success
PUT /homedashboard/clients/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json;odata.metadata=minimal;odata.streaming=true
Accept: */*
Content-Length: 511
{
"externalId": "text",
"source": "text",
"ownerId": "123e4567-e89b-12d3-a456-426614174000",
"referredById": "123e4567-e89b-12d3-a456-426614174000",
"email": "[email protected]",
"homePhone": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"contactAddress": {
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "FL",
"zipCode": "text"
},
"isSilenced": true,
"isArchived": true,
"fico": 1,
"totalIncome": 1,
"totalDebtPayments": 1,
"firstTimeBuyer": true,
"loginToken": "text",
"firstName": "text",
"lastName": "text"
}Success
{
"id": "text",
"type": "text",
"createdTimestamp": "2025-12-06T04:40:03.584Z",
"updatedTimestamp": "2025-12-06T04:40:03.584Z"
}Enter JWT Bearer token only
Client GUID
Client deleted successfully
Invalid identifier
Unauthorized
Client not found
Server Error
DELETE /homedashboard/clients/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Enter JWT Bearer token only
[email protected]Pattern: [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$Success
PATCH /homedashboard/clients/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json;odata.metadata=minimal;odata.streaming=true
Accept: */*
Content-Length: 511
{
"externalId": "text",
"source": "text",
"ownerId": "123e4567-e89b-12d3-a456-426614174000",
"referredById": "123e4567-e89b-12d3-a456-426614174000",
"email": "[email protected]",
"homePhone": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"contactAddress": {
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "FL",
"zipCode": "text"
},
"isSilenced": true,
"isArchived": true,
"fico": 1,
"totalIncome": 1,
"totalDebtPayments": 1,
"firstTimeBuyer": true,
"loginToken": "text",
"firstName": "text",
"lastName": "text"
}Success
{
"id": "text",
"type": "text",
"createdTimestamp": "2025-12-06T04:40:03.584Z",
"updatedTimestamp": "2025-12-06T04:40:03.584Z"
}Last updated

