API / Resource
Use case / Master data sync

List Resources

List all resources

get/v1/resources/resource

Query parameters

cursorstring nullable

Pagination cursor. Mutually exclusive with other query parameters

updated_afterstring date-time nullable

Filter to fetch the resources updated after this time. Timestamp format is ISO 8601 YYYY-MM-DDTHH:MM:SSZ

external_idstring nullable

External resource identifier to match exactly.

external_id:instring nullable

External resource identifiers to match. Comma-separated list.

resource_type'AIRPLANE' | 'BARGE' | 'CHASSIS' | 'COMPARTMENT' | 'CONTAINER' | 'DRIVER' | 'FERRY' | 'FULL_TRAILER' | 'HANDLING' | 'RIGID' | 'SUBCONTRACTOR' | 'TRACTOR' | 'TRAILER' | 'TRAIN' | 'VAN'

Resource type to match exactly.

resource_type:instring nullable

Resource types to match. Comma-separated list.

Response

Successful Response

next_cursorstring nullable

Example response

{
  "items": [
    {
      "locale": "en",
      "integrations": {
        "addsecure1234": {
          "active": true,
          "object_id": "1234"
        }
      },
      "billing_entity": {
        "legal_name": "Qargo BV",
        "vat_number": "NL123456789B01",
        "code": "QARGO",
        "company_registration_number": "12345678"
      },
      "is_external_resource": true,
      "driver": {
        "date_of_birth": "2025-04-10",
        "phone_number": "+32412345678"
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.