I’m getting the invalid_client
error when trying to refresh my token. To keep things simple, this time I sent the refresh request from command line itself:
curl --header "Authorization: BasicBASE64ENCODED" --data "refresh_token=REFRESH_TOKEN&grant_type=refresh_token" https://api.infusionsoft.com/token
Am I doing something wrong?