For AI agents: visit https://insights-periculum.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
{
"rcNumber": "1*****2",
"registrationDate": "2021-07-12",
"email": "[email protected]",
"state": null,
"id": 1234567,
"address": "XYZ STREET",
"status": "ACTIVE",
"city": null,
"companyStatus": "ACTIVE",
"lga": null,
"classificationId": 2,
"branchAddress": null,
"approvedName": "ABC TECHNOLOGIES",
"type": "CAC"
}
| Name | Description | Type |
|---|
| rcNumber | Customer's RC Number | string |
| registrationDate | Captures the registeration date | string |
| email | Captures the email | string |
| state | Captures the state | string |
| id | Captures the ID | int |
| address | Captures the address | string |
| status | Captures the status | string |
| city | Captures the city | string |
| companyStatus | Captures the company status | string |
| lga | Captures the lga | string |
| classificationId | Captures the classification id | int |
| branchAddress | Captures the branch address | string |
| approvedName | Captures the approved name | string |
| type | Captures the type of KYC Integration | string |