---
title: "Test Connection Endpoint"
method: POST
path: "/connections/test"
tags: ["connections"]
deprecated: true
---

# Test Connection Endpoint

`POST /connections/test`

> **Deprecated.**

Test connection details using external connection validation service

## Request body

- ConnectionTest
  - `name` string, nullable
  - `integration_id` string, nullable
  - `config` object, nullable

## Response `200`

Successful Response

- ConnectionTestResponse
  - `success` boolean, required
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
