Skip to main content

Get a asset detailed informations.

GET 

/assets/:asset_id

Get a asset detailed informations.

Request

Path Parameters

    asset_id stringrequired

    Possible values: non-empty

    The ID of the asset to retrieve.

Responses

A asset object

Schema

    id stringrequired

    Possible values: non-empty

    name string

    Possible values: non-empty

    BBAN string

    Possible values: non-empty

    Basic Bank Account Number.

    IBAN string

    Possible values: >= 3 characters

    International Bank Account Number.

    reference string

    Possible values: non-empty

    opened date-time

    Date when the contract was opened

    update

    object

    date date-time

    Last date when the asset was updated

    beneficiaries string[]

    Possible values: non-empty

    List of customers ids that are beneficiary of this asset.

Loading...