After sucessfully generate the token I'm able to make some REST api requests but if I request: curl -X GET https://my-domain.com/wp-json/wp/v2/token/validate \ -H 'Authorization: Bearer ACCESS_TOKEN' It shows: {"code":"rest_authentication_invalid_bearer_token","message":"Invalid bearer token.","data":{"status":403}}