---
title: "Playground JWE for direct encryption"
method: POST
path: "/v1/auth/jose/playground/jwe-direct-encryption"
tags: ["jose"]
---

# Playground JWE for direct encryption

`POST /v1/auth/jose/playground/jwe-direct-encryption`

Send encrypted HTTP requests for testing purposes and receive responses encrypted with the original content encryption key. Encryption is mandatory for this endpoint — any message that is not in JSON Web Encryption (JWE) format will be rejected.

## Headers

- `Accept` 'application/jose+json', required
- `x-tw-jose-method` 'jwe', required
- `X-External-Correlation-Id` string, uuid

## Response `200`

Encrypted response using direct encryption.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
