Fetch sub account details

Fetch all sub accounts tied to your business

GET /v1/accounts

Query parameters

accountRef
string

The unique reference you provided when creating the account

accountId
string

The accountId you received as part of the response when the account was created

Response body

code
string
required

Response code

description
string
required

Response description

data
object
required
cursor
string

Cursor for pagination. It will be empty if there is no more page to scroll to.

results
object[]
createdAt
string
required

Creation timestamp.

accountId
string
required

Account ID.

accountHolderId
string
required

Account holder ID.

accountRef
string
required

Account reference.

phoneNumber
string
required

Phone number.

email
string
required

Email address.

bvn
string
required

Bank Verification Number (BVN).

status
enum<string>
required

Account status.

type
enum<string>
required

Account type.

accountName
string
required

Account holder’s name.

currency
string
required

Currency code.

callbackUrl
string

Callback url.

expiryDate
string

Expiry date.