Jump to Content
GophrGet an API KeyGet Technical Support
GuidesRecipesAPI Reference
Get an API KeyGet Technical SupportLog InGophr
Log In
GuidesRecipesAPI Reference

Commercial API

  • Introduction
  • Environments
  • Authentication
  • Errors
  • Addresses
  • Pickups and Dropoffs
  • Vehicle Types
  • Tracking
  • Jobs
    • Creating a Job
    • Confirming a Job
    • Cancelling a Job
    • Job Statuses
    • Retrieving a Quote
  • Deliveries
    • Creating a Delivery
    • Updating a Delivery
    • Cancelling a Delivery
  • Parcels
  • Webhooks
    • Status Update Webhook
    • ETA Update Webhook
    • Custom Webhooks

SDK's

  • JavaScript Widget

Shopify

  • Zapiet Store Pickup + Delivery
Powered by 

Tracking

Suggest Edits

Public Tracking URL's

We provide a public tracking url's for each delivery, these can be forwarded to your customers to allow live tracking of deliveries.

Public tracking URL's are returned in responses to the following endpoints:

Jobs

  • POST /jobs
  • PATCH /jobs/{job_id}
  • GET /jobs
  • GET /jobs/{job_id}

Deliveries

  • POST /jobs/{job_id}/Deliveries
  • GET /jobs/{job_id}/Deliveries
  • PATCH /jobs/{job_id}/Deliveries/{delivery_id}
  • GET /jobs/{job_id}/Deliveries/{delivery_id}

Updated 9 months ago


  • Table of Contents
    • Public Tracking URL's