Skip to main content

Get an account

GET 

/api/accounts/:accountId

Get an Account by account id

Request

Path Parameters

    accountId stringrequired

    Id of the account.

    Example: 225d85e65495722bf6517ea0ba0d6f56

Responses

Successful operation

Schema

    id string

    The unique account ID

    createdAt string

    Timestamp of account creation

    modifiedAt string

    Timestamp of last account modification

    partnerAccountId string

    The partner account ID that this account belongs to

    isActive boolean

    Whether the account is active or not

    type string

    Possible values: [cardholder, identity, partner]

    The account type

Loading...