---
title: "GET /api/v1.0/apps/{appId}/compliance"
method: GET
path: "/api/v1.0/apps/{appId}/compliance"
tags: ["Apps"]
---

# GET /api/v1.0/apps/{appId}/compliance

`GET /api/v1.0/apps/{appId}/compliance`

## Path parameters

- `appId` string, required

## Response `200`

OK

- RestApiResultAppCompliance — Rest api result
  - `Data` AppCompliance, required — Application compliance model
    - `AppId` string — App ID
    - `ComplianceType` 'Default' | 'GdprCompliance' — Type of compliance. This controls if the Flipdish websites and apps display cookie consent banners and adjust cookies to be inline with various regulations. You should set this correctly based on your region.
    - `AllowDisablingOfGdpr` boolean — For EU countries, we should not allow to change the option to “Default banner”, but all other countries should be able to do so.

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
