I’m currently trying ojs’s REST API.
-
I have generated a new API KEY. on my ojs journal manager page.
-
I have got the API key
-
I did a test at Postman. where I put the API key into authorization with the bearer token type.
-
The endpoint I am trying to access is /issues
-
but instead I get an error :
{
“error”: “api.403.unauthorized”,
“errorMessage”: “You are not authorized to access the requested resource.”
}
is there any solution to this problem