I'm getting error message "Full authentication is required to access this resource" API authentication Emmanuel Piard
Check and make sure that you are sending an access token in the request header and that your current access token has not expired
You need to obtain an access token See this section of our API doc https://developers.reloadly.com/api.html#access-token
Note: Access token do expire and you have to re-obtain one when it expires
Did this answer your question?