MCP Gateway
ApiProviders

Test provider connection

Test connection to a configured provider by making a simple API call to verify accessibility and credentials.

POST
/api/v1/settings/providers/{provider_id}/test

Path Parameters

provider_id*string
Formatuuid

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/settings/providers/497f6eca-6276-4993-bfeb-53cbbbba6f08/test"
{
  "success": true,
  "message": "string",
  "verified_at": "2019-08-24T14:15:22Z",
  "latency_ms": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}