Validates a JWT token
curl --request POST \ --url https://{your-domain}/wp-json/jwt-auth/v1/token/validate \ --header 'Authorization: Bearer <token>'
{ "code": "jwt_auth_valid_token", "data": { "status": 200 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Response code
"jwt_auth_valid_token"
Show child attributes
HTTP status code
200