---
title: "Search for test services."
method: GET
path: "/configure/service"
tags: ["Configuration"]
---

# Search for test services.

`GET /configure/service`

## Query parameters

- `domain` string
- `key` string
- `identifier` string
- `version` string
- `serviceType` 'messaging' | 'validation' | 'processing'
- `apiType` 'soap' | 'rest'

## Response `200`

Test services retrieved.

- TestService[]
  - `key` string, required — The unique key used to identify the service and its underlying domain parameter.
  - `domain` string — The API key identifying the domain of the service.
  - `address` string — The service's address.
  - `serviceType` 'messaging' | 'validation' | 'processing' — The type of the service.
  - `apiType` 'soap' | 'rest' — The API type of the service.
  - `description` string — The service's description.
  - `identifier` string — The service's reference identifier.
  - `version` string — The service's version.

## Other responses

- `default` — The received request was invalid.

## Changes

- **2025-08-27** `eb833264bced` — 1 info
  - endpoint added
- **2022-06-27** `06f633c06bcd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/changes/configure/service/get.md)

---

[API](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api.md) · [All operations](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ec-jrc/interoperability-test-bed-rest-api/revisions/eb833264bced/schema)
