ENDPOINT
- GET /v1/family
FILTERS
The table below describes various filters that can be passed as query parameters to narrow the response.
RESPONSE
- {
- "total": 1,
- "data": [
- {
- "id": "fam-6988065d-5a54-4d0c-b83b-d3190a93e52e",
- "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
- "createdPersonId": "per-d0309a56-a71f-449b-8d1b-105f926dcfc0",
- "status": "active",
- "name": "Doe Fam",
- "email": "test@solidfi.com",
- "phone": "+14815220744",
- "address": {
- "addressType": "mailing",
- "line1": "1 Broadway",
- "line2": "",
- "city": "Los Gatos",
- "state": "CA",
- "country": "US",
- "postalCode": "95030"
- },
- "createdAt": "2022-03-31T21:01:35Z",
- "modifiedAt": "2022-03-31T21:03:15Z",
- "metadata": null
- }
- ]
- }