I am using production credintials to get Basic token in order to send sms
{
"error": "invalid_client",
"errors": s
{
"errorCode": "CMN-408",
"message": "In order to call this API endpoint, one of the following permissions lThirdPartyAppAccess] have to be granted to the authorized user.",
"parameters":
{
"parameterName": "permissionsName",
"parameterValue": "ThirdPartyAppAccess"
}
]
}
],
"error_description": "In order to call this API endpoint, one of the following permissions iThirdPartyAppAccess] have to be granted to the authorized user."
}
The user whose JWT token is used for getting access token has Developer Admin role. In my understanding it should have "ThirdPartyAppAccess" permission.
Why I cannot get access token using production credentials for my app & user? Is that because my user belong to free account?
Best,
Anna