---
title: "Get credit requests of an organization"
method: GET
path: "/credit-sessions/converted/org"
---

# Get credit requests of an organization

`GET /credit-sessions/converted/org`

## Query parameters

- `syncData` boolean

## Response `200`

Fetched

- object
  - `count` number
  - `nextPage` string
  - `items` CreditSession[]
    - `sessionId` string
    - `customerId` string
    - `advisorId` string
    - `orgId` string
    - `userId` string
    - `leadId` string
    - `opportunityId` string
    - `accountId` string
    - `redirectUrl` string — Only when get credit session
    - `contactId` string
    - `status` string
    - `leadConverted` boolean
    - `creditRequested` number
    - `creditTerm` string
    - `creditPurpose` string
    - `creditType` string
    - `collateralType` string
    - `firstName` string
    - `lastName` string
    - `title` string
    - `nationalId` string
    - `email` string
    - `phoneNumber` string
    - `dateOfBirth` string
    - `address` string
    - `employmentStatus` string
    - `occupationType` string
    - `businessId` string
    - `businessName` string
    - `businessPhoneNumber` string
    - `businessType` string
    - `businessEstablishedDate` string
    - `activityArea` string
    - `geoArea` string
    - `lastYearRevenue` number
    - `averageIncome` number
    - `monthlyGrossIncome` number
    - `monthlyNetIncome` number
    - `isAdditionalIncome` boolean
    - `additionalIncomeAmount` number
    - `hasFailedCheques` boolean
    - `isBankrupt` boolean
    - `isSeniorPublicOffice` boolean
    - `isExpatriate` boolean
    - `isPreviouslyRefusedCredit` boolean
    - `isCreditOrFinancialService` boolean
    - `isHelpByOther` boolean
    - `approveMailingList` boolean
    - `bankName` string
    - `bankNumber` string
    - `bankBranchName` string
    - `bankBranchNumber` string
    - `bankAccountNumber` string
    - `bankAccountOwnerName` string
    - `creditInfoHasUserConsented` boolean
    - `creditInfoConsentDate` string
    - `creditInfoConsentDateApprovedDeal` string
    - `salesManager` string
    - `contactRole` string
    - `partnerName` string
    - `partnerPhoneNumber` string
    - `otherCollateral` string
    - `proposalCollateralType` string
    - `commiteeDesc` string
    - `createdDate` string
    - `sessionReqFiles` RequiredFile[]
      - `fileName` string
      - `apiName` string
      - `label` object
        - `en` string
        - `he` string
      - `isRequired` boolean
    - `sessionOtherFiles` RecordedFile[]
      - `url` string — URL to access the file from S3
      - `timestamp` number — Timestamp of the file
      - `fileName` string — Name of the file
      - `bucketPath` string — S3 bucket path where the file is stored
      - `bucketFileName` string — Name of the file in the S3 bucket
      - `processType` 'PCN' | '6111' | 'OSH' — Type of process the file is associated with
    - `numberOfChildren` number
    - `countryOfCitizenship` string
    - `creditRepaymentSource` string
    - `seniorityPeriod` string
    - `selfEmployedDescription` string
    - `monthlyAvgIncomeRange` string
    - `isPropertyOwner` boolean
    - `housePaymentPerMonth` number
    - `loanPaymentPerMonth` number
    - `annualBusinessRevenue` string
    - `bankAccountSeniority` string
    - `advisorAgencyName` string
    - `isSeniorPublicOfficial` boolean
    - `isAuthorizedRepresentative` boolean
    - `isServiceRefusedForAMLorCTF` boolean
    - `isThirdPartyBeneficiary` boolean
    - `thirdPartyRelationshipDetails` string
    - `currentStep` string — The current step of the session
    - `isBusinessContinuation` boolean
    - `predecessorEntityId` string
    - `predecessorEntityTenureYears` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
