curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/member/{memberId} \
--header 'Content-Type: application/json' \
--data '""'
{
"businessId": "",
"createdAt": "2023-11-20T06:21:10Z",
"familyId": "fam-9a44d253-f866-440c-a5ad-6fd204eaeee5",
"id": "mem-55b28d5f-756e-4f14-b801-578950762422",
"isControlPerson": true,
"metadata": null,
"modifiedAt": "2023-11-20T06:21:42Z",
"ownership": "0.00",
"person": {
"address": {
"addressType": "mailing",
"city": "New York",
"country": "US",
"line1": "789 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"createdAt": "2023-11-20T06:21:10Z",
"dateOfBirth": "1974-04-22",
"email": "jane.doe@gmail.com",
"emailVerified": false,
"firstName": "Jane",
"id": "per-e942e118-f323-465c-aa57-ff9034264731",
"idNumber": "287654321",
"idType": "ssn",
"kyc": {
"createdAt": "2023-11-20T06:20:25Z",
"id": "kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf",
"modifiedAt": "2023-11-20T06:20:25Z",
"personId": "per-e942e118-f323-465c-aa57-ff9034264731",
"results": {
"address": "notStarted",
"bank": "notStarted",
"dateOfBirth": "notStarted",
"fraud": "notStarted",
"idv": "notStarted"
},
"reviewCode": "",
"reviewMessage": "",
"reviewReasons": null,
"status": "notStarted"
},
"language": "en",
"lastName": "Doe",
"metadata": null,
"middleName": "",
"modifiedAt": "2023-11-20T06:21:42Z",
"phone": "+15555555555",
"phoneVerified": false,
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active"
},
"title": "Senior Manager"
}
Retrieve a Member
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/member/{memberId} \
--header 'Content-Type: application/json' \
--data '""'
{
"businessId": "",
"createdAt": "2023-11-20T06:21:10Z",
"familyId": "fam-9a44d253-f866-440c-a5ad-6fd204eaeee5",
"id": "mem-55b28d5f-756e-4f14-b801-578950762422",
"isControlPerson": true,
"metadata": null,
"modifiedAt": "2023-11-20T06:21:42Z",
"ownership": "0.00",
"person": {
"address": {
"addressType": "mailing",
"city": "New York",
"country": "US",
"line1": "789 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"createdAt": "2023-11-20T06:21:10Z",
"dateOfBirth": "1974-04-22",
"email": "jane.doe@gmail.com",
"emailVerified": false,
"firstName": "Jane",
"id": "per-e942e118-f323-465c-aa57-ff9034264731",
"idNumber": "287654321",
"idType": "ssn",
"kyc": {
"createdAt": "2023-11-20T06:20:25Z",
"id": "kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf",
"modifiedAt": "2023-11-20T06:20:25Z",
"personId": "per-e942e118-f323-465c-aa57-ff9034264731",
"results": {
"address": "notStarted",
"bank": "notStarted",
"dateOfBirth": "notStarted",
"fraud": "notStarted",
"idv": "notStarted"
},
"reviewCode": "",
"reviewMessage": "",
"reviewReasons": null,
"status": "notStarted"
},
"language": "en",
"lastName": "Doe",
"metadata": null,
"middleName": "",
"modifiedAt": "2023-11-20T06:21:42Z",
"phone": "+15555555555",
"phoneVerified": false,
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active"
},
"title": "Senior Manager"
}
The body is of type any
.
Retrieve a Member
The response is of type object
.