Last updated 3 months ago
OK
Account identifier.
1
Account name.
"Name Europe"
Account type.
"shipper"
Carrier identifier.
const response = await fetch('https://api.shiptify.com/accounts/', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 1, "name": "Name Europe", "type": "shipper", "carrier_id": 1, "shipper_id": 1, "galaxy_id": 1 } ]