Skip to content

Commit 70d13a9

Browse files
committed
Replaced the authentication URL
1 parent db28392 commit 70d13a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/AuthenticationApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class AuthenticationApi implements AuthenticationApiInterface
2525
{
26-
public const TOKEN_URI = 'api/oauth/v2/token';
26+
public const TOKEN_URI = 'api/v2/admin/authentication-token';
2727

2828
/** @var HttpClient */
2929
protected $httpClient;

0 commit comments

Comments
 (0)