Skip to main content
Version: API v1

Verify an existing authentication token

POST /v1/verify/
v1
POST
verifyToken

This resource can be used to verify an existing JWT. This resource is just for convenience; clients can also use the /key resource to obtain this service's public key and verify the token's signature theirselves.

Request

Responses

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '"string"' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/verify