1. Home
  2. WP User
  3. REST API
  4. Validate Token

Validate Token

EndPoint

Endpoint : wp-json/wpuser/v1/token/validate

Method : POST

Users are accessible through the WordPress REST API at the  /wpuser/ endpoint.

To list user, send a POST request to the wp-json/wpuser/v1/token/validate endpoint

Example Request 

http://localhost/wpuserplus/wp-json/wpuser/v1/token/validate

Arguments

Pass AUTHORIZATION token in header

Response

{“code”: “jwt_auth_valid_token”,”user_id”: 2,

“data”: {“status”: 200

}

}

Was this article helpful to you? Yes No