---
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, required — The API key identifying the domain of the service.
  - `address` string, required — The service's address.
  - `serviceType` 'messaging' | 'validation' | 'processing', required — The type of the service.
  - `apiType` 'soap' | 'rest', required — 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

- `429` — Call rate limit threshold exceeded for this operation.
- `default` — The received request was invalid.

## Changes

- **2026-03-19** `7637660a4a6b` — 1 info
  - added the non-success response with the status `429`
- **2025-10-07** `47b00173cfb5` — 4 info
  - the response property `items/address` became required for the status `200`
  - the response property `items/apiType` became required for the status `200`
  - the response property `items/domain` became required for the status `200`
  - the response property `items/serviceType` became required for the status `200`
- **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/433b3c0ae6d4/schema)
