SpotGo
  1. Getting started
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. Getting started

Introduction

This API documentation includes all SpotGo available APIs for public use. If you don't find specific API, you can contact us at support@spotgo.eu

URLs#

Test environment: https://api-test.spotgo.eu/
Production environment: https://api.spotgo.eu/

Rate limiting#

All endpoints have a rate limit per API-KEY
The default rate limit is 100 requests per minute for all endpoints

Retry policy#

In case you get one of the error codes from the list, you should try to send the request again after some period of at least 1-2 seconds. Maximum retry counts 3 if after this time operation is not successful stop sending data for a particular request. In all other cases after the error do not try to send the request again.
List of error codes for retry:
429 - Too many requests (need to wait sometime to try again)
503 - Service Unavailable

SpotGo Main Application Endpoints#

Freight - used to manage freights publication
Vehicles - used to manage vehicles publication

SpotGo API#

Order - convert text, image, documents to the structured order information with detail information. Used to already bought freight orders import to system like TMS, ERP or other company freight management system.
Opportunity - convert, text, image and documents freight inqueries to the structured data (fast, with less data). Used for opportunities collection and finding carriers.
Documents - converting invoices and other documents to structured data for import to company system.
Feedback - used to provide feedback regarding wrong opportunity, order conversion for automatic system improvements.
Webhook - used for orders, invoices, opportunties in async processing to inform when the data ready to take.
Modified at 2025-05-04 13:44:01
Next
Authentication
Built with