# My first API Call

**URL:** https://forum.shopware.com/t/my-first-api-call/65768
**Category:** Programming (EN)
**Created:** [26. März 2020 um 09:37 UTC](https://forum.shopware.com/t/my-first-api-call/65768 "2020-03-26T09:37:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Artsakh](https://avatars.discourse-cdn.com/v4/letter/a/3e96dc/32.png) [@Artsakh](https://forum.shopware.com/u/Artsakh)
#### Post date: [26. März 2020 um 09:37 UTC](https://forum.shopware.com/t/my-first-api-call/65768/1 "2020-03-26T09:37:41Z")

</div>

Hi,

I installed Shopware 6 on my local machine, and create my demo shop, and I can access the Administrator Dashboard via&nbsp;[http://localhost/admin#/](http://localhost/admin#/).

Under **Catalogues -\> Products&nbsp;** I created a new product ’ **SW10000** ’.

Under Settings -\> Integrations I created a new Integration ( **Access Key ID / Secret Access key** ) for an existing user.

&nbsp;

Now I try to GET information of this new created product by typing&nbsp;[http://localhost/api/articles/SW10000](http://192.168.1.102/api/articles/SW10000)&nbsp;in the address bar in Google chrome, but I get error message&nbsp;

```
 {"errors":[{"code":"0","status":"404","title":"Not Found","detail":"No route found for \u0022GET \/api\/articles\/SW10000\u0022"}]} 

```

&nbsp;

I’ve understood that before quering a product I should authenticate my user, but dont know how!

My question, is it possible to call the APIs from any web browser or maybe using CURL?

Thanks in advance
