Hello,
A client is trying to access his credit through our platform but he’s encountering the following error:
Settings
{
"oauth_access_token": "",
"oauth_access_token_secret": "",
"consumer_key": "",
"consumer_secret": "",
"domain": "self"
}
Input
{
"url": "https:\/\/ads-api.twitter.com\/2\/accounts\/18ce53ws607\/funding_instruments",
"method": "GET",
"parameters": []
}
Output
{
"errors": [
{
"code": "UNAUTHORIZED_ACCESS",
"message": "This request is not properly authenticated"
}
],
"request": {
"params": []
}
}
It seems that there is a permission issue. What client can do to solve it?
Thank you
Theo