SpotGo
  1. Documents
SpotGo
  • Getting started
    • Introduction
    • Authentication
    • Opportunities vs Orders
    • Mappings
  • Order
    • Orders Processing
    • Integrating Your Order Document Processing: A Guide to Best Practices
    • /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/share
      POST
    • /api/v1/freights
      GET
    • /api/v1/freights
      POST
    • /api/v1/freights/{freightId}
      GET
    • /api/v1/freights/{freightId}
      PUT
    • /api/v1/freights/{freightId}
      DELETE
  • Vehicles
    • /api/v1/vehicles
    • /api/v1/vehicles
    • /api/v1/vehicles/{vehicleId}
    • /api/v1/vehicles/{vehicleId}
    • /api/v1/vehicles/{vehicleId}
  • Feedback
    • /api/v1/feedback
  • Webhook
    • Webhooks flow
    • /api/v1/webhooks
    • /api/v1/webhooks
    • /api/v1/webhooks/{subscriptionId}
  • Documents
    • Documents processing
    • /api/v1/documents
      POST
    • /api/v1/documents/{documentId}/file
      GET
    • /api/v1/documents/invoice/{documentId}
      GET
    • /api/v1/documents/receipt/{documentId}
      GET
    • /api/v1/documents/cmr/{documentId}
      GET
    • /api/v1/documents/insurance/{documentId}
      GET
  • AccountManagement
    • /api/v1/accounts
    • /api/v1/accounts/block
  • DriversDocuments
    • /api/v1/drivers-documents
    • /api/v1/drivers-documents/{documentId}
  1. Documents

/api/v1/documents/insurance/{documentId}

GET
https://api-test.spotgo.eu/api/v1/documents/insurance/{documentId}

Request

Path Params

Responses

🟢200OK
text/plain; x-api-version=1.0
OK
Body

🟠400Bad Request
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-test.spotgo.eu/api/v1/documents/insurance/'
Response Response Example
200 - New
{
    "status": "Succeeded",
    "data": [
        {
            "requestType": "New",
            "insuranceCompany": {
                "name": "ERGO Insurance SE lietuvos filialas",
                "companyCode": "302912288"
            },
            "documentNumber": "CB 5723099",
            "insuranceType": "Civil liability",
            "validFrom": "2025-07-02T00:00:00",
            "brandModel": "SCHMITZ CARGOBULL",
            "trailerLicensePlate": "OM888",
            "currency": "EUR",
            "totalAmount": 800.00
        }
    ]
}
Modified at 2025-07-10 05:20:33
Previous
/api/v1/documents/cmr/{documentId}
Next
/api/v1/accounts
Built with