Skip to main content
GET
/
api
/
v2
/
users
Get users
curl --request GET \
  --url https://sandbox.killb.app/api/v2/users \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {
      "id": "4d23aa52-1b40-4584-a8ea-58aba6099c5c",
      "status": "ACTIVE",
      "customerId": "8ffce092-b97a-48bd-9efa-24c66ac7fe13",
      "type": "PERSON",
      "data": {
        "firstName": "John",
        "lastName": "Francisco",
        "dateOfBirth": "1992-01-01",
        "email": "[email protected]",
        "phone": "+576015555555",
        "address": {
          "street1": "68528 Dwight Court",
          "city": "Fiorenze",
          "state": "New York",
          "zipCode": "48245000",
          "countryCode": "CO",
          "street2": "Apt 488"
        },
        "document": {
          "type": "PASSPORT",
          "number": "GE04292393",
          "issuedCountryCode": "CO",
          "expeditionDate": "1992-01-01",
          "cic": "1111111111",
          "identificadorCiudadano": "<string>",
          "ocr": "1111111111",
          "numeroEmision": "<string>"
        },
        "middleName": "Carlos",
        "nationality": "CO",
        "citizenship": "CO",
        "employmentStatus": "EMPLOYEE",
        "employmentDescription": "Software Engineer",
        "employerName": "Google",
        "occupation": "Software Engineer",
        "investmentProfile": {
          "primarySourceOfFunds": "EMPLOYMENT",
          "primarySourceOfFundsDescription": "I work at Google",
          "totalAssets": "UPTO_10K",
          "usdValueOfFiat": "UPTO_10K",
          "monthlyDeposits": "UPTO_5",
          "monthlyWithdrawals": "UPTO_5",
          "monthlyInvestmentDeposit": "UPTO_1K",
          "monthlyInvestmentWithdrawal": "UPTO_1K",
          "usdValueOfCrypto": "UPTO_1K",
          "monthlyCryptoDeposits": "UPTO_5",
          "monthlyCryptoWithdrawals": "UPTO_5",
          "monthlyCryptoInvestmentDeposit": "UPTO_1K",
          "monthlyCryptoInvestmentWithdrawal": "UPTO_1K"
        },
        "kycProfile": {
          "fundsSendReceiveJurisdictions": [
            "<string>"
          ],
          "engageInActivities": "NONE"
        }
      },
      "complianceUrl": "https://kyc.example.com",
      "accessLevel": "L0",
      "note": "<string>",
      "active": true,
      "createdAt": "2024-02-06T00:03:30.791Z",
      "updatedAt": "2024-02-06T00:03:30.791Z",
      "externalId": "d00e4f43-2022-42f3-ba1c-dcf4c1dcd934"
    }
  ],
  "totalPage": 1
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

limit
number
page
number
id
string
firstName
string
middleName
string
dateOfBirth
string
externalId
string

A unique identifier used to identify your existing user.

companyName
string
tradeName
string
description
string
establishedOn
string
phone
string
email
string
mainOwnerUser
string
ownerUsers
string[]
naics
string
naicsDescription
string
customerId
string
type
enum<string>
required
Available options:
PERSON,
COMPANY
Example:

"PERSON"

Response

users
object[]
required
totalPage
number
required
Example:

1