I recharged my account and tried to use top ups endpoint to send top ups. I'm getting this error

I recharged my account and tried to use top ups endpoint to send top ups. I'm getting this error {"error":"access_denied","error_description":"Unauthorized"} Emmanuel Piard

{
"timeStamp": 1546683111038,
"status": 401,
"message": "Full authentication is required to access this resource",
"path": "/topups",
"errorCode": null
}

You need to send an authorization header containing a token with your request. Please read this section https://topupsapi.docs.apiary.io/#introduction/get-started/authentication-&-authorization

Did this answer your question?