Delivery API Settings Management API schemas
DeliveryApiSettingsResponseV1
Properties
| property | required | type | description | details | example |
|---|---|---|---|---|---|
| enabled | boolean | Indicates whether the delivery API is enabled. | |||
| skipTranslations | boolean | Indicates whether to skip translations. |
DeliveryApiSettingsResponseV2
Properties
| property | required | type | description | details | example |
|---|---|---|---|---|---|
| enabled | boolean | Indicates whether the delivery API is enabled. | |||
| secret | string | The secret associated with the delivery API. | |||
| format | enum | The format used by the delivery API. |
| ||
| securedApis | array[] of strings | List of secured APIs. | |||
| skipTranslations | boolean | Indicates whether to skip translations. |
