{"message":"Unknown Client ID"}
that is what i get when trying to use 'https://sandbox.dev.clover.com/oauth/token?clientid='.$clientid.'&clientsecret='.$clientsecret;
and does after i get the token. i will be able to make calls to the api using it without no problem?
cuz i was trying to use the test token that you can create from the merchant account? but it is a bearer type and i couldn't send a proper curl call using php with it.