Skip to content
New issue

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

404 on deprecated endpoints #315

Open
tarjei opened this issue Sep 9, 2020 · 1 comment
Open

404 on deprecated endpoints #315

tarjei opened this issue Sep 9, 2020 · 1 comment

Comments

@tarjei
Copy link
Contributor

tarjei commented Sep 9, 2020

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

  • intercom-php version: 4.4.
  • Intercom API version: 2.2
  • PHP version:7.2

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([...]);

@paulchill
Copy link

this issue still isn't resolved - i endpoints for getting users are not working.. downgrading from latest to 1.4 worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants