> ## Documentation Index
> Fetch the complete documentation index at: https://docs-embeddedfinance.embedly.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# Get All Businesses

> This endpoint enables you retrieve all business created

# Get All Businesses

***

<ParamField path="orgId" type="string" required>
  The unique identifier of your organization, **Example:**
  `299b88c8-b13c-4336-8ed6-2ff4ab3e7f49`
</ParamField>

<ParamField query="page" type="number" default="1">
  The page number to be returned, **Example:** `1`
</ParamField>

<ParamField query="limit" type="number" default="10">
  The limit of items to be returned per page, **Example:** `10`
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
    "data": [
      {
          "id": "fa589ca4-1d70-43f2-9abd-316507664d4d",
          "orgId": "299b88c8-b13c-4336-8ed6-2ff4ab3e7f49",
          "approver": null,
          "walletId": null,
          "userId": null,
          "title": "string",
          "firstName": "string",
          "lastName": "string",
          "dateOfBirth": "2007-03-20",
          "businessName": "string",
          "email": "user@example.com",
          "phoneNumber": "07075651783",
          "industry": "TRANSPORTATION",
          "country": "string",
          "lga": "string",
          "streetAddress": "string",
          "state": "string",
          "bvn": "12345678901",
          "nin": "98765432109",
          "businessType": "BUSINESS_NAME",
          "businessRegistrationNumber": "RC0008",
          "taxIdentificationNumber": "8000000053",
          "dateOfIncorporation": "2025-03-23",
          "ownerPassportPhoto": null,
          "bankCode": "string",
          "accountName": "string",
          "accountNumber": "string",
          "gomoneyId": null,
          "postalCode": "string",
          "docsUploaded": false,
          "docsVerified": false,
          "cacVerified": true,
          "tinVerified": true,
          "directorsVerified": false,
          "fraudRiskStatusIsGood": false,
          "status": "PENDING",
          "webhook": "http://string.com",
          "webhookSecret": "string",
          "dateCreated": "2025-03-27T10:03:15.209Z",
          "dateUpdated": "2025-03-27T10:03:15.209Z",
          "directors": []
      },
      {
          "id": "45eefeb8-523e-4753-812b-8f93b7d2e0d7",
          "orgId": "299b88c8-b13c-4336-8ed6-2ff4ab3e7f49",
          "approver": null,
          "walletId": null,
          "userId": null,
          "title": "string",
          "firstName": "string",
          "lastName": "string",
          "dateOfBirth": "2007-03-20",
          "businessName": "string",
          "email": "user.et.5@example.com",
          "phoneNumber": "07015001783",
          "industry": "TRANSPORTATION",
          "country": "string",
          "lga": "string",
          "streetAddress": "string",
          "state": "string",
          "bvn": "12345678901",
          "nin": "98765432109",
          "businessType": "BUSINESS_NAME",
          "businessRegistrationNumber": "RC0008",
          "taxIdentificationNumber": "8000000053",
          "dateOfIncorporation": "2025-03-23",
          "ownerPassportPhoto": null,
          "bankCode": "string",
          "accountName": "string",
          "accountNumber": "string",
          "gomoneyId": null,
          "postalCode": "string",
          "docsUploaded": false,
          "docsVerified": false,
          "cacVerified": true,
          "tinVerified": true,
          "directorsVerified": false,
          "fraudRiskStatusIsGood": false,
          "status": "PENDING",
          "webhook": "https://example.com/webhook",
          "webhookSecret": "string",
          "dateCreated": "2025-03-27T08:17:42.728Z",
          "dateUpdated": "2025-03-27T08:17:42.728Z",
          "directors": []
      },
      {
          "id": "c5d6c443-1d25-4111-aa02-b8cdabf5c194",
          "orgId": "299b88c8-b13c-4336-8ed6-2ff4ab3e7f49",
          "approver": null,
          "walletId": null,
          "userId": "6a51759a-5c33-4130-aca4-0727c1705f94",
          "title": "string",
          "firstName": "string",
          "lastName": "string",
          "dateOfBirth": "2007-03-20",
          "businessName": "string",
          "email": "user.et.5@example.com",
          "phoneNumber": "07015001783",
          "industry": "TRANSPORTATION",
          "country": "string",
          "lga": "string",
          "streetAddress": "string",
          "state": "string",
          "bvn": "12345678901",
          "nin": "98765432109",
          "businessType": "BUSINESS_NAME",
          "businessRegistrationNumber": "RC0008",
          "taxIdentificationNumber": "8000000053",
          "dateOfIncorporation": "2025-03-23",
          "ownerPassportPhoto": null,
          "bankCode": "string",
          "accountName": "string",
          "accountNumber": "string",
          "gomoneyId": null,
          "postalCode": "string",
          "docsUploaded": false,
          "docsVerified": false,
          "cacVerified": true,
          "tinVerified": true,
          "directorsVerified": false,
          "fraudRiskStatusIsGood": false,
          "status": "PENDING",
          "webhook": "https://example.com/webhook",
          "webhookSecret": "string",
          "dateCreated": "2025-03-27T07:39:37.927Z",
          "dateUpdated": "2025-03-27T07:39:37.927Z",
          "directors": []
      },
      {
          "id": "3ef13078-8e96-4d25-86da-0bc77c240188",
          "orgId": "299b88c8-b13c-4336-8ed6-2ff4ab3e7f49",
          "approver": null,
          "walletId": null,
          "userId": "b4830c7e-d210-4cff-8551-594a4dd358dc",
          "title": "string",
          "firstName": "string",
          "lastName": "string",
          "dateOfBirth": "2007-03-20",
          "businessName": "string",
          "email": "userlekan@mailinator.com",
          "phoneNumber": "07075651003",
          "industry": "TRANSPORTATION",
          "country": "string",
          "lga": "string",
          "streetAddress": "string",
          "state": "string",
          "bvn": "12345678901",
          "nin": "98765432109",
          "businessType": "BUSINESS_NAME",
          "businessRegistrationNumber": "RC00180",
          "taxIdentificationNumber": "8100000153",
          "dateOfIncorporation": "2025-03-23",
          "ownerPassportPhoto": null,
          "bankCode": "string",
          "accountName": "string",
          "accountNumber": "string",
          "gomoneyId": null,
          "postalCode": "string",
          "docsUploaded": false,
          "docsVerified": false,
          "cacVerified": true,
          "tinVerified": true,
          "directorsVerified": false,
          "fraudRiskStatusIsGood": false,
          "status": "PENDING",
          "webhook": "http://string.com",
          "webhookSecret": "string",
          "dateCreated": "2025-03-26T22:21:52.671Z",
          "dateUpdated": "2025-03-26T22:21:52.671Z",
          "directors": []
      },
      {
          "id": "ddf4f2c6-dfc8-4eba-b8b0-dafe29bf1c56",
          "orgId": "299b88c8-b13c-4336-8ed6-2ff4ab3e7f49",
          "approver": null,
          "walletId": null,
          "userId": "a3e95c94-9e56-4526-97b3-386b20af004b",
          "title": "string",
          "firstName": "string",
          "lastName": "string",
          "dateOfBirth": "2007-03-20",
          "businessName": "string",
          "email": "user.et.3@example.com",
          "phoneNumber": "07015121783",
          "industry": "TRANSPORTATION",
          "country": "string",
          "lga": "string",
          "streetAddress": "string",
          "state": "string",
          "bvn": "12345678901",
          "nin": "98765432109",
          "businessType": "BUSINESS_NAME",
          "businessRegistrationNumber": "RC0008",
          "taxIdentificationNumber": "8000000053",
          "dateOfIncorporation": "2025-03-23",
          "ownerPassportPhoto": null,
          "bankCode": "string",
          "accountName": "string",
          "accountNumber": "string",
          "gomoneyId": null,
          "postalCode": "string",
          "docsUploaded": false,
          "docsVerified": false,
          "cacVerified": true,
          "tinVerified": true,
          "directorsVerified": false,
          "fraudRiskStatusIsGood": false,
          "status": "PENDING",
          "webhook": "https://example.com/webhook",
          "webhookSecret": "string",
          "dateCreated": "2025-03-25T16:19:37.328Z",
          "dateUpdated": "2025-03-25T16:19:37.328Z",
          "directors": []
      },
      {
          "id": "630a9d26-a985-41fd-bdbe-3f76f4090658",
          "orgId": "299b88c8-b13c-4336-8ed6-2ff4ab3e7f49",
          "approver": null,
          "walletId": "2f3d51df-1ea8-43a1-9c8c-121285e48a34",
          "userId": "558f1366-8235-47eb-bfaa-28f9329a1f77",
          "title": "MR",
          "firstName": "Bunch",
          "lastName": "Dillon",
          "dateOfBirth": "1995-03-14",
          "businessName": "Dummy Inc 2",
          "email": "ada1@gmail.com",
          "phoneNumber": "07017711957",
          "industry": "transportation",
          "country": "Nigeria",
          "lga": "SOMOLU",
          "streetAddress": "38 Apata",
          "state": "LAGOS",
          "bvn": "95888168924",
          "nin": "63184876213",
          "businessType": "limited_liability_company",
          "businessRegistrationNumber": "RC100008",
          "taxIdentificationNumber": "0812886789",
          "dateOfIncorporation": "2025-03-14",
          "ownerPassportPhoto": "https://bucket-rev-fin-stack.s3.eu-west-1.amazonaws.com/630a9d26-a985-41fd-bdbe-3f76f4090658-OWNER_PASSPORT_PHOTO-bcd2b3ba-b027-4f40-a9bc-f39c9f31a961.pdf",
          "bankCode": "100001",
          "accountName": "sanya ayo",
          "accountNumber": "7000000008",
          "gomoneyId": "479c4de9-9e18-4e36-b519-018a7813562a",
          "postalCode": "100231",
          "docsUploaded": false,
          "docsVerified": true,
          "cacVerified": true,
          "tinVerified": true,
          "directorsVerified": false,
          "fraudRiskStatusIsGood": false,
          "status": "PENDING",
          "webhook": "https://example.com/webhook",
          "webhookSecret": "my-secret",
          "dateCreated": "2025-03-16T20:08:52.977Z",
          "dateUpdated": "2025-03-24T15:16:36.086Z",
          "directors": [
              {
                  "id": "d24c7e33-3548-4636-a74f-4606b6db841c",
                  "businessId": "630a9d26-a985-41fd-bdbe-3f76f4090658",
                  "firstName": "Bunch4",
                  "lastName": "Dillon",
                  "dob": "2003-01-01",
                  "idType": "NIN",
                  "idVerified": true,
                  "dateCreated": "2025-03-14T16:29:44.121Z",
                  "dateUpdated": "2025-03-14T16:29:44.121Z"
              },
              {
                  "id": "ff44591e-c263-452c-bf7a-9bfe4c94701e",
                  "businessId": "630a9d26-a985-41fd-bdbe-3f76f4090658",
                  "firstName": "Dillon",
                  "lastName": "Bunch",
                  "dob": "2003-01-01",
                  "idType": "DriverLicense",
                  "idVerified": true,
                  "dateCreated": "2025-03-14T16:15:20.501Z",
                  "dateUpdated": "2025-03-14T16:15:20.501Z"
              },
              {
                  "id": "90c18b9b-fcfc-45b9-a052-dc55165a8259",
                  "businessId": "630a9d26-a985-41fd-bdbe-3f76f4090658",
                  "firstName": "Dillon",
                  "lastName": "Bunch",
                  "dob": "2003-01-01",
                  "idType": "DriverLicense",
                  "idVerified": true,
                  "dateCreated": "2025-03-14T16:16:35.072Z",
                  "dateUpdated": "2025-03-14T16:16:35.072Z"
              },
              {
                  "id": "b208d0ce-e71a-4b61-a8e5-c1c5a4ef2abb",
                  "businessId": "630a9d26-a985-41fd-bdbe-3f76f4090658",
                  "firstName": "Bunch",
                  "lastName": "Dillon",
                  "dob": "2003-01-01",
                  "idType": "DriverLicense",
                  "idVerified": true,
                  "dateCreated": "2025-03-14T16:17:53.290Z",
                  "dateUpdated": "2025-03-14T16:17:53.290Z"
              },
              {
                  "id": "ff741bbe-6082-4c27-9faf-1d73d0726c5d",
                  "businessId": "630a9d26-a985-41fd-bdbe-3f76f4090658",
                  "firstName": "Bunch",
                  "lastName": "Dillon",
                  "dob": "2003-01-01",
                  "idType": "NIN",
                  "idVerified": true,
                  "dateCreated": "2025-03-14T16:18:22.219Z",
                  "dateUpdated": "2025-03-14T16:18:22.219Z"
              },
              {
                  "id": "f3c5a4d3-72bf-458a-b10e-01b762b4d28b",
                  "businessId": "630a9d26-a985-41fd-bdbe-3f76f4090658",
                  "firstName": "Bunch3",
                  "lastName": "Dillon",
                  "dob": "2003-01-01",
                  "idType": "NIN",
                  "idVerified": true,
                  "dateCreated": "2025-03-14T16:27:47.116Z",
                  "dateUpdated": "2025-03-14T16:27:47.116Z"
              }
          ]
      },
      {
          "id": "dfad02ef-69e5-4997-8602-21693070178d",
          "orgId": "299b88c8-b13c-4336-8ed6-2ff4ab3e7f49",
          "approver": null,
          "walletId": "2f3d51df-1ea8-43a1-9c8c-121285e48a34",
          "userId": "558f1366-8235-47eb-bfaa-28f9329a1f77",
          "title": "MR",
          "firstName": "Bunch",
          "lastName": "Dillon",
          "dateOfBirth": "1995-03-14",
          "businessName": "Dummy Inc 2",
          "email": "vee@yopmail.com",
          "phoneNumber": "07017711957",
          "industry": "transportation",
          "country": "Nigeria",
          "lga": "SOMOLU",
          "streetAddress": "38 Apata",
          "state": "LAGOS",
          "bvn": "95888168924",
          "nin": "63184876213",
          "businessType": "limited_liability_company",
          "businessRegistrationNumber": "RC487666",
          "taxIdentificationNumber": "0812886789",
          "dateOfIncorporation": "2025-03-14",
          "ownerPassportPhoto": "https://bucket-rev-fin-stack.s3.eu-west-1.amazonaws.com/630a9d26-a985-41fd-bdbe-3f76f4090658-OWNER_PASSPORT_PHOTO-bcd2b3ba-b027-4f40-a9bc-f39c9f31a961.pdf",
          "bankCode": "100001",
          "accountName": "sanya ayo",
          "accountNumber": "7000000008",
          "gomoneyId": "fead02ef-69e5-4997-8602-21693070178d",
          "postalCode": "100231",
          "docsUploaded": false,
          "docsVerified": true,
          "cacVerified": true,
          "tinVerified": true,
          "directorsVerified": false,
          "fraudRiskStatusIsGood": false,
          "status": "PENDING",
          "webhook": "https://example.com/webhook",
          "webhookSecret": "my-secret",
          "dateCreated": "2025-03-16T20:08:52.977Z",
          "dateUpdated": "2025-03-24T15:16:36.086Z",
          "directors": []
      }
    ],
    "total": 12,
    "page": 1,
    "limit": 10,
    "totalPages": 2
  }
  ```
</ResponseExample>
