Last updated 1 year ago
Item types are used to assign different functionality for items. Companies can obtain the list of available item types via the API.
[ { "id": 1, "name": "Donation" }, { "id": 2, "name": "Subscription" }, { "id": 3, "name": "Loan" }, { "id": 4, "name": "Outbound payment" }, { "id": 7, "name": "Fee" }, { "id": 8, "name": "Other" } ]
curl -L \ --url 'https://api.loopcrypto.xyz/api/v1/item/type' \ --header 'api-key: YOUR_API_KEY' \ --header 'entity-id: text'
[ { "name": "text", "id": 1 } ]