Skip to main content
POST
/
api
/
v1
/
connections
/
validate
Validate Connection Requirements
curl --request POST \
  --url https://api.example.com/api/v1/connections/validate \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mielto.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

integration_id
string
required

Integration ID to validate against

auth_method_id
string | null

Authentication method ID

Body

application/json

The body is of type Request Body · object.

Response

Successful Response