---
title: "Customer-facing IMDF delivery endpoint. The response is a zip archive of IMDF
features for the specified venue only. The
contract is stable and versioned under `/v1/`. Authorization is by API key;
the `apiKey` path segment is resolved by the MapsIndoors.WebApi.Filters.ApiKeyAuthorizationAttribute
to the solution the key grants access to."
method: GET
path: "/{apiKey}/api/{venueId}/venue/imdf"
tags: ["IMDF"]
---

# Customer-facing IMDF delivery endpoint. The response is a zip archive of IMDF
features for the specified venue only. The
contract is stable and versioned under `/v1/`. Authorization is by API key;
the `apiKey` path segment is resolved by the MapsIndoors.WebApi.Filters.ApiKeyAuthorizationAttribute
to the solution the key grants access to.

`GET /{apiKey}/api/{venueId}/venue/imdf`

Retrieves an IMDF export scoped to a single venue.

## Path parameters

- `apiKey` string, required
- `venueId` string, required

## Response `200`

IMDF zip archive for the venue.

## Other responses

- `400` — The `apiKey` or `venueId` is malformed.
- `401` — The API key is missing or invalid.
- `403` — The API key does not grant access to this solution.
- `404` — The solution or venue does not exist.

---

[API](https://skmtc.net/mapsindoors/apis/integration-api.md) · [All operations](https://skmtc.net/mapsindoors/apis/integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mapsindoors/integration-api/revisions/7f2454dc70d5/schema)
