---
title: "POST /v1/orgs/{org_id}/integrations_v2/test"
method: POST
path: "/v1/orgs/{org_id}/integrations_v2/test"
tags: ["Integrations"]
---

# POST /v1/orgs/{org_id}/integrations_v2/test

`POST /v1/orgs/{org_id}/integrations_v2/test`

Tests the connectivity of the given integration endpoints.

## Path parameters

- `org_id` string, required

## Request body

- string

## Response `200`

OK

- CoreIntegrationTestResponse
  - `error_details` CoreIntegrationTestErrorDetails
    - `destination` string
    - `details` string
    - `resources` string[]
    - `status_code` string
  - `error_message` string
  - `http_workflow_result` CoreHTTPWorkflowTestResult
    - `steps` CoreHTTPWorkflowStepResult[]
      - `body` string
      - `error` string
      - `headers` object
      - `index` integer
      - `latency_ms` integer
      - `name` string
      - `status_code` integer
      - `variables` object
  - `success` boolean

---

[API](https://skmtc.net/edgedelta/apis/edge-delta-api.md) · [All operations](https://skmtc.net/edgedelta/apis/edge-delta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edgedelta/edge-delta-api/revisions/ae0e90c2c794/schema)
