Newer
Older
- $ref: '../../../parameters/destinationId.yaml'
- $ref: '../../../parameters/keyId.yaml'
get:
operationId: get-destination-key
summary: Ruft einen JWK des Zustelldienstes ab
description: Ermöglicht es, Public Keys eines Zustellpunktes abzufragen.
tags:
security: []
responses:
'200':
description: OK
headers:
Access-Control-Allow-Origin:
$ref: '../../../headers/access-control-allow-origin.yaml'
$ref: '../../../headers/cache-control-no-cache.yaml'
content:
application/json:
schema:
$ref: '../../../schemas/jwk.yaml'
Beispiel Signatur-Public-Key:
$ref: '../../../examples/jwk-verify.yaml'
Beispiel Verschlüsselungs-Public-Key:
$ref: '../../../examples/jwk-wrapKey.yaml'
'400':
description: Bad Request
content:
application/problem+json:
schema:
$ref: '../../../schemas/error.yaml'
description: Destination or Key not found
content:
application/problem+json:
schema:
$ref: '../../../schemas/error.yaml'