Shopifylast refresh: 13m ago
ShipHerolast refresh: 13m ago
ForceGetlast refresh: 13m ago

ForceGet API Discovery

Probe the ForceGet OpenAPI to find the right endpoints. Requests are HMAC-SHA256 signed server-side using FORCEGET_API_KEY/SECRET. Once we know which paths return shipments and invoices, I'll wire them into the refresh pipeline.

Common endpoints to try
Click a quick-fill button below to populate the form. Update the path/query if needed and click Send.
Request
What to look for

Try each common endpoint above. Note which paths return data — the response shape will tell us what fields ForceGet uses for shipment number, container number, status, ETAs, and so on. Paste the response of any working endpoint back into chat and I'll write the parsers + integrate into the Sunday refresh pipeline.

If a response looks like {"data": [...], "pagination": {...}}, we know they paginate with limit/offset. If it's nested differently, we adapt.