Verify a JWS signature (Compact or General JSON)

Accepts a JWS token in either Compact Serialization (String) or General JSON Serialization (Map).
Extracts the kid and signature algorithm from the protected header,
verifies the signature, and returns the Base64-encoded payload plus key metadata.
Supports both SIMPLE keys (Compact JWS) and COMPOSITE keys (General JSON).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

JSON object with one field: the JWS to verify.
Accepts either String (Compact JWS) or Map (General JSON Serialization).

Request object for verifying a JWS (Compact or General JSON Serialization).

string

JWS token to be verified. Type depends on key: String (SIMPLE) or Map (COMPOSITE).

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json