We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9e29d commit 576e57fCopy full SHA for 576e57f
content/apps/how-to-retrieve-pim-structure.md
@@ -68,7 +68,7 @@ $appToken = 'your_app_token'; // Token provided during oAuth steps
68
69
$client = new \GuzzleHttp\Client([
70
'base_uri' => $pimUrl,
71
- 'headers' => ['Authorization' => 'Bearer ' . $appToken],
+ 'headers' => ['Authorization' => 'Bearer ' . $appToken],
72
]);
73
```
74
0 commit comments