---
title: "Get Delivery API V2 Settings"
method: GET
path: "/deliveryApiV2"
tags: ["Delivery API V2 Operations"]
---

# Get Delivery API V2 Settings

`GET /deliveryApiV2`

## Response `200`

V2 settings

- DeliveryApiSettingsResponseV2
  - `enabled` boolean — Indicates whether the delivery API is enabled.
  - `secret` string — The secret associated with the delivery API.
  - `format` 'inlined' | 'flattened' — The format used by the delivery API.
  - `securedApis` string[] — List of secured APIs.
  - `skipTranslations` boolean — Indicates whether to skip translations.

## Other responses

- `401` — Unauthorized in case the token is not authorized
- `403` — Forbidden

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
