---
title: "GET /inbound/v2"
method: GET
path: "/inbound/v2"
tags: ["Import"]
---

# GET /inbound/v2

`GET /inbound/v2`

Discover all available endpoints to import data. This endpoint is available in Medallia Experience Cloud 2023 Fall Release as a generally available beta feature.

## Response `200`

Lists all the available endpoints

- TruncatedOpenAPIObject — A truncated Open API object to list the basic information of all available Import API endpoints
  - `openapi` string, required
  - `info` object, required
    - `title` string — Hardcoded to Import API
    - `version` string
  - `servers` object[], required
    - `url` string, url
  - `paths` object, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Object not found
- `500` — Internal server error

---

[API](https://skmtc.dev/medallia/apis/import-api.md) · [All operations](https://skmtc.dev/medallia/apis/import-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/medallia/import-api/revisions/bbc021bd9a2d/schema)
