Skip to content

Commit

Permalink
Merge pull request #25 from gettyimages/new_auth_endpoints
Browse files Browse the repository at this point in the history
Update auth endpoint
  • Loading branch information
ssterli2 authored May 23, 2023
2 parents 6303d78 + 5110e76 commit 8028a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GettyImages_Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class GettyImages_Client {
/** @ignore */
private $apiBaseUri = "https://api.gettyimages.com/v3";

private $authEndpoint = "https://api.gettyimages.com/oauth2/token";
private $authEndpoint = "https://authentication.gettyimages.com/oauth2/token";

private $container;

Expand Down

0 comments on commit 8028a2b

Please sign in to comment.