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

# Playground JWE for POST requests

`POST /v1/auth/jose/playground/jwe`

Send test encrypted HTTP requests and receive encrypted responses. 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.

## 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)
