We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I tried to upgrade from api version 1.4 to 2.2 I got an exception with a 404 when I tried to query for users.
Get an errormessage that is useful.
A generic 404 message that did not give any pointers.
$this->intercomClient = new IntercomClient($intercomAccessToken, null, ['Intercom-Version' => '2.2']); $response = $this->intercomClient->users->find([...]);
The text was updated successfully, but these errors were encountered:
this issue still isn't resolved - i endpoints for getting users are not working.. downgrading from latest to 1.4 worked.
Sorry, something went wrong.
No branches or pull requests
When I tried to upgrade from api version 1.4 to 2.2 I got an exception with a 404 when I tried to query for users.
Version info
Expected behavior
Get an errormessage that is useful.
Actual behavior
A generic 404 message that did not give any pointers.
Steps to reproduce (as granular as possible, including screenshots where appropriate)
$this->intercomClient = new IntercomClient($intercomAccessToken, null, ['Intercom-Version' => '2.2']);
$response = $this->intercomClient->users->find([...]);
The text was updated successfully, but these errors were encountered: