Get Asset details
This API gives details of a particular asset.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
asset_id | string | A valid id associated with the asset |
Common error scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
param is missing or the value is empty: asset_id | asset_id is a required field |
You can try out this API here.
Updated 11 months ago