Last updated 3 months ago
OK
true
const response = await fetch('https://api.shiptify.com/shippers/active', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "enabled": true, "shipper": { "id": 1, "account_id": 1, "name": "Slotify" } } ]