MCP Gateway
ApiRegistry credentials

Test registry credential

Test a registry credential by attempting to authenticate with the registry. Returns success status, message, and latency.

POST
/api/v1/settings/registry-credentials/{registry_type}/test

Path Parameters

registry_type*string

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/settings/registry-credentials/string/test"
{
  "success": true,
  "message": "string",
  "latency_ms": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}