SpotGo
  1. Opportunity
SpotGo
  • Getting started
    • Introduction
    • Authentication
    • Opportunities vs Orders
    • Mappings
  • Order
    • Orders Processing
    • /api/v1/orders/file
      POST
    • /api/v1/orders
      POST
    • /api/v2/orders/{orderId}
      GET
    • /api/v1/orders/{orderId}/file
      GET
  • Opportunity
    • Opportunities (Freight Qoutes)
    • /api/v1/opportunities
      POST
    • /api/v1/opportunities/file
      POST
    • /api/v1/opportunities/image
      POST
    • /api/v1/opportunities/{opportunityId}
      GET
    • /api/v1/opportunities/{opportunityId}/custom
      GET
    • /api/v1/opportunities/{opportunityId}/default
      GET
  • Freight
    • Freight publish
    • /api/v1/freights
      POST
    • /api/v1/freights/{freightId}
      PUT
    • /api/v1/freights/{freightId}
      DELETE
  • Vehicles
    • /api/v1/vehicles
      POST
    • /api/v1/vehicles
      GET
    • /api/v1/vehicles/{vehicleId}
      PUT
    • /api/v1/vehicles/{vehicleId}
      DELETE
    • /api/v1/vehicles/{vehicleId}
      GET
  • Feedback
    • /api/v1/feedback
  • Webhook
    • Webhooks flow
    • /api/v1/webhooks
    • /api/v1/webhooks
    • /api/v1/webhooks/{subscriptionId}
  • Documents
    • Documents processing
    • /api/v1/documents
    • /api/v1/documents/{documentId}/file
    • /api/v1/documents/invoice/{documentId}
    • /api/v1/documents/receipt/{documentId}
    • /api/v1/documents/cmr/{documentId}
  • AccountManagement
    • /api/v1/accounts
    • /api/v1/accounts/block
  1. Opportunity

Opportunities (Freight Qoutes)

This API is used for freight qoutes processing. This is standalone API doesn't connected to main SpotGo Application. The purpose of this is only accept data in one of supported format and return processed data back.
To process one request takes around 1-3 seconds depending on the freight quantity inside request.

Limitations#

If only the date provided without time the result will have datetime with time 00:00:00
If a location is not able to geocode the location will be returned without coordinates, it also can miss some information
Excel files support only up to 100 rows (can be changed)
Files supported up to 5 MB

Calculate the route and transit time#

To get the kilometres and time required to deliver freight include the parameter “includeTransitInfo” with true value in requests. The data will be provided in the transitInfo object. The routing and calculation are done based on the Truck profile. Keep in mind that this increases the response time by 0.5-3 seconds depending on the route.
Modified at 2025-05-06 04:45:49
Previous
/api/v1/orders/{orderId}/file
Next
/api/v1/opportunities
Built with