Skip to main content
GET
/
api
/
v2
/
accounts
Get Accounts
curl --request GET \
  --url https://sandbox.killb.app/api/v2/accounts \
  --header 'Authorization: Bearer <token>'
{
  "totalPage": 123,
  "accounts": [
    {
      "id": "<string>",
      "userId": "<string>",
      "type": "<string>",
      "status": "<string>",
      "data": {
        "firstName": "<string>",
        "lastName": "<string>",
        "companyName": "<string>",
        "email": "<string>",
        "phone": "<string>",
        "accountNumber": "<string>",
        "bankCode": "<string>",
        "type": "savings",
        "countryCode": "<string>",
        "document": {
          "type": "NIT",
          "number": "123456",
          "issuedCountryCode": "CO"
        },
        "middleName": "<string>"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

ids
string
Example:

"7f0a8ad6-29a1-4a66-a6c4-8bb398eb78d1"

userId
string
Example:

"7f0a8ad6-29a1-4a66-a6c4-8bb398eb78d1"

type
enum<string>
Available options:
PSE,
ACH,
WIRE,
WALLET,
COELSA,
SPEI,
CUSTODIAL,
TRANSFIYA,
SWIFT
accountNumber
string
Example:

"001134412"

routingNumber
string
Example:

"1231312"

address
string
Example:

"0x"

clabe
string
cvu
string
firstName
string

Filter by first name

middleName
string

Filter by middle name

lastName
string

Filter by last name

companyName
string

Filter by company name

email
string

Filter by email

limit
number
page
number

Response

totalPage
number
required
accounts
object[]
required