---
title: "Vraag een applicatie op, met ingesloten autorisaties."
method: GET
path: "/applicaties/{uuid}"
tags: ["applicaties"]
---

# Vraag een applicatie op, met ingesloten autorisaties.

`GET /applicaties/{uuid}`

De autorisaties zijn gedefinieerd op een specifieke component, bijvoorbeeld
het ZRC, en geven aan welke scopes van toepassing zijn voor dit component.
De waarde van de `component` bepaalt ook welke verdere informatie ingesloten
is, zoals `zaaktype` en `maxVertrouwelijkheidaanduiding` voor het ZRC.

In dit voorbeeld gelden er dus zaaktype-specifieke scopes en mogen zaken
van het betreffende zaaktype met een striktere vertrouwelijkheidaanduiding
dan `maxVertrouwelijkheidaanduiding` niet ontsloten worden.

## Response `200`

OK

- Applicatie
  - `url` string, uri — URL-referentie naar dit object. Dit is de unieke identificatie en locatie van dit object.
  - `clientIds` string[], required — Lijst van consumer identifiers (hun 'client_id'). Een `client_id` mag slechts bij één applicatie-object voorkomen.
  - `label` string, required — Een leesbare representatie van de applicatie, voor eindgebruikers.
  - `heeftAlleAutorisaties` boolean — Indien alle autorisaties gegeven zijn, dan hoeven deze niet individueel opgegeven te worden. Gebruik dit alleen als je de consumer helemaal vertrouwt.
  - `alleenIsGereedVoorPublicatie` boolean — Indien `true` mag de betreffende applicatie alleen documenten lezen met waarde `true` voor `isGereedVoorPublicatie`.
  - `autorisaties` AutorisatieBase[]
    - `component` 'ac' | 'nrc' | 'zrc' | 'ztc' | 'drc' | 'brc', required — Component waarop autorisatie van toepassing is. Uitleg bij mogelijke waarden: * `ac` - Autorisaties API * `nrc` - Notificaties API * `zrc` - Zaken API * `ztc` - Catalogi API * `drc` - Documenten API * `brc` - Besluiten API
    - `componentWeergave` string — Omschrijving van `component`.
    - `scopes` string[], required — Lijst van scope labels. Elke scope geeft toegang tot een set van acties/operaties, zoals gedocumenteerd bij de betreffende component.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `406` — Not acceptable
- `409` — Conflict
- `410` — Gone
- `415` — Unsupported media type
- `429` — Too many requests
- `500` — Internal server error

## Changes

- **2026-04-13** (1.1.0) `e0ec980f269f` — 1 info
  - added the optional property `alleenIsGereedVoorPublicatie` to the response with the `200` status

[Change history](https://skmtc.dev/vng-realisatie/apis/autorisaties-api/changes/applicaties/:uuid/get.md)

---

[API](https://skmtc.dev/vng-realisatie/apis/autorisaties-api.md) · [All operations](https://skmtc.dev/vng-realisatie/apis/autorisaties-api/llms.txt) · [OpenAPI document](https://skmtc.dev/vng-realisatie/apis/autorisaties-api/revisions/e0ec980f269f?raw)
