Skip to content
Snippets Groups Projects
uuid.yaml 1.21 KiB
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:
Jonas Gröger's avatar
Jonas Gröger committed
    - Einreichungsübermittlung
  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'