Skip to content

Commit

Permalink
Update auth endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ssterli2 committed May 19, 2023
1 parent 6303d78 commit 5110e76
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 5110e76

Please sign in to comment.