Found the solution
Url: /api/_action/access-key/sales-channel
$response = $client->get($url, [
'headers' => [
'Authorization' => 'Bearer ' . $accessToken,
],
]);
Found the solution
Url: /api/_action/access-key/sales-channel
$response = $client->get($url, [
'headers' => [
'Authorization' => 'Bearer ' . $accessToken,
],
]);