Skip to main content

Retrieve Account

GET 

/accounting/accounts/:id

Retrieve an Account with the given id.

Request

Path Parameters

    id stringrequired

    The ID of the account.

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    account

    object

    remoteId string
    accountName string
    accountDescription
    classification string
    accountType string
    accountStatus string
    currentBalance
    currency string
    accountNumber
    parentAccountId
    companyId
    id string
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...