Authorize API Return Error 500

The client_id is wrong. We don’t use UUIDs for the client_id. You mostly likely grabbed the App ID and not the key under API Keys. Also you need to URLEncode the redirect_uri.

1 Like