# Playground JWS

Send test signed HTTP requests and receive signed responses. Signing is mandatory for this endpoint — any message that is not a JSON Web Signature (JWS) will be rejected.

Endpoint: POST /v1/auth/jose/playground/jws
Security: ClientCredentialsToken

## Header parameters:

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

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


