Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } }
Validates a JWT token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token is valid
Response code
"jwt_auth_valid_token"
Show child attributes
Was this page helpful?