# Playground JWE for 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.

Endpoint: POST /v1/auth/jose/playground/jwe-direct-encryption
Security: ClientCredentialsToken

## Header parameters:

  - `Accept` (string, required)
    Enum: "application/jose+json"

  - `x-tw-jose-method` (string, required)
    JOSE method identifier.
    Enum: "jwe"


