asked on September 23, 2024
•
Show version history
I have been trying to make the connection through OAuth 2.0 and refresh token but when I fill the data the following message appears:
"error": "invalid_client",
"error_description": "credenciales tiene un formato incorrecto.",
"type": "invalid_client",
"title": "credenciales tiene un formato incorrecto.",
I used the next parameters:
account_id: The current account id of the customer
client_id : The client id of the service that I created before
client_secret: The service principal key for the service principal associated with the app.
0
0