How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kuehne+Nagel Test Sets API

The test-sets API from Kuehne+Nagel — 8 operation(s) for test-sets.

Kuehne+Nagel Test Sets API is one of 48 APIs that Kuehne+Nagel publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Testsets. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 16 operations across 8 paths, and defines 19 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against 2 base URLs: https://gateway.api.kuehne-nagel.com/oldkaiextractapi/0.1.0, http://gateway.api.kuehne-nagel.com:8280/oldkaiextractapi/0.1.0.

16 operations 8 paths 19 schemas 4 DELETE4 GET6 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://gateway.api.kuehne-nagel.com/track-trace/shipment/v2
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Kuehne+Nagel Test Sets API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (default) using the implicit flow. By default, every request must be authenticated.

Paths & Operations 16

Across 8 paths, the API surfaces 16 operations — 4 DELETE, 4 GET, 6 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

test-sets 16
GET
/v3/workspaces/{workspace_id}/test-sets
List Test Sets
list_test_sets_v3_workspaces__workspace_id__test_sets_get 2 params → 200422
POST
/v3/workspaces/{workspace_id}/test-sets
Create Test Set
create_test_set_v3_workspaces__workspace_id__test_sets_post 2 params body → 201422
GET
/v3/workspaces/{workspace_id}/test-sets/{test_set_id}
Get Test Set
get_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__get 3 params → 200422
PUT
/v3/workspaces/{workspace_id}/test-sets/{test_set_id}
Update Test Set
update_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__put 3 params body → 200422
DELETE
/v3/workspaces/{workspace_id}/test-sets/{test_set_id}
Delete Test Set
delete_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__delete 3 params body → 200422
POST
/v3/workspaces/{workspace_id}/test-sets/{test_set_id}/test-cases/{test_case_id}
Add Test Case To Test Set
add_test_case_to_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__test_cases__test_case_id__post 4 params → 200422
DELETE
/v3/workspaces/{workspace_id}/test-sets/{test_set_id}/test-cases/{test_case_id}
Remove Test Case From Test Set
remove_test_case_from_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__test_cases__test_case_id__delete 4 params → 200422
POST
/v3/workspaces/{workspace_id}/test-sets/{test_set_id}/evaluate/{prompt_version_id}
Evaluate Test Set
evaluate_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__evaluate__prompt_version_id__post 4 params body → 201422
GET
/v3/api-key-auth/workspaces/{workspace_id}/test-sets
List Test Sets Api Key
list_test_sets_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets_get 2 params → 200422
POST
/v3/api-key-auth/workspaces/{workspace_id}/test-sets
Create Test Set Api Key
create_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets_post 2 params body → 201422
GET
/v3/api-key-auth/workspaces/{workspace_id}/test-sets/{test_set_id}
Get Test Set Api Key
get_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__get 3 params → 200422
PUT
/v3/api-key-auth/workspaces/{workspace_id}/test-sets/{test_set_id}
Update Test Set Api Key
update_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__put 3 params body → 200422
DELETE
/v3/api-key-auth/workspaces/{workspace_id}/test-sets/{test_set_id}
Delete Test Set Api Key
delete_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__delete 3 params body → 200422
POST
/v3/api-key-auth/workspaces/{workspace_id}/test-sets/{test_set_id}/test-cases/{test_case_id}
Add Test Case To Test Set Api Key
add_test_case_to_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__test_cases__test_case_id__post 4 params → 200422
DELETE
/v3/api-key-auth/workspaces/{workspace_id}/test-sets/{test_set_id}/test-cases/{test_case_id}
Remove Test Case From Test Set Api Key
remove_test_case_from_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__test_cases__test_case_id__delete 4 params → 200422
POST
/v3/api-key-auth/workspaces/{workspace_id}/test-sets/{test_set_id}/evaluate/{prompt_version_id}
Evaluate Test Set Api Key
evaluate_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__evaluate__prompt_version_id__post 4 params body → 201422

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are TestSetEvaluationResponse (13 properties), TestSetDetailResponse (7 properties), TestCaseEvaluationResult (6 properties), ValidationError (5 properties). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
TestSetDetailResponse
object
Response model for detailed test set information.
7 properties 6 required
Body_update_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__put
object
2 properties
Body_update_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__put
object
2 properties
Body_evaluate_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__evaluate__prompt_version_id__post
object
1 property
DeleteTestSetResponse
object
Response model for test set deletion.
2 properties 2 required
TestCaseEvaluationResult
object
Response model for individual test case evaluation within a test set.
6 properties 4 required
Body_create_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets_post
object
2 properties 1 required
ComparisonResult
object
Response model for value comparison results.
3 properties 2 required
Body_delete_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__delete
object
1 property
ModelType
string
TestSetListItem
object
Response model for test set list items.
3 properties 2 required
TestSetListResponse
object
Response model for listing test sets.
1 property 1 required
Body_create_test_set_v3_workspaces__workspace_id__test_sets_post
object
2 properties 1 required
ValidationResult
object
Response model for schema validation results.
3 properties 2 required
TestSetEvaluationResponse
object
Response model for test set evaluation.
13 properties 13 required
Body_delete_test_set_api_key_v3_api_key_auth_workspaces__workspace_id__test_sets__test_set_id__delete
object
1 property
Body_evaluate_test_set_v3_workspaces__workspace_id__test_sets__test_set_id__evaluate__prompt_version_id__post
object
1 property
ValidationError
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kuehne-nagel-test-sets-api-openapi.yml Raw ↑

Other APIs Kuehne+Nagel publishes across the network.

Kuehne+Nagel Administration Layer API
Kuehne+Nagel API Keys API
Kuehne+Nagel Assigned Consignments API
Kuehne+Nagel Background Tasks API
Kuehne+Nagel Booking API
Kuehne+Nagel Booking Requests API
Kuehne+Nagel Cargo Items API
Kuehne+Nagel Config API
Kuehne+Nagel Container API
Kuehne+Nagel Delete API
Kuehne+Nagel Document API
Kuehne+Nagel Document Request API
Where this information came from

This is an independent, third-party profile of Kuehne+Nagel Test Sets API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.