RESTful endpoint to refresh token
-
Hi,
I have been trying to refresh a still valid JWT token using the /aam/v1/refresh-jwt, however I’m getting the following error:
“rest_jwt_validation_failure”: [“Wrong number of segments”]The way I’m calling the endpoint is as follows:
POST {{Base URL}}/wp-json/aam/v1/authenticate
HEADERS Authentication Bearer {{token}}Any though on what am I doing wrong?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘RESTful endpoint to refresh token’ is closed to new replies.