Verify an existing authentication token
POST/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
$ curl \
--fail \
--location \
-X POST \
-d '"string"' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/verify