username:passwordAuthorization: Basic *****************curl --location --request GET 'https://app.duoplane.com/api/products/' \
--header 'Authorization: Basic <encoded-value>'{
"metadata": {
"requests_remaining": 0,
"retry_after_seconds": 0,
"total_count": 0
},
"data": {
"id": "string",
"type": "product",
"attributes": {
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"upc": "string",
"mpn": "string",
"other_barcode": "string",
"name": "string",
"retailer_sku": "string"
},
"relationships": [
{
"product_inventories": [
{
"id": 0,
"type": "product_inventory",
"attributes": {
"product_id": 0,
"vendor_id": 0,
"vendor_name": "string",
"vendor_sku": "string",
"purchase_name": "string",
"cost": 0,
"manage_inventory": false,
"quantity_available": 0,
"backordered_until": "2019-08-24"
}
}
]
}
]
},
"errors": [
"string"
]
}