> For the complete documentation index, see [llms.txt](https://docs.giftcardfactory.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giftcardfactory.app/integrations/gift-card-api/endpoints-and-requests.md).

# Endpoints and requests

Direct all requests to the app proxy on your myshopify.com domain.

```
https://{store_name}.myshopify.com/apps/gcf/api/{resource}
```

There are 4 different endpoints for creating and updating gift cards

* POST https\://{store\_name}.myshopify.com/apps/gcf/api/gift\_card
* PUT https\://{store\_name}.myshopify.com/apps/gcf/api/gift\_card/{gift\_card\_id}
* GET https\://{store\_name}.myshopify.com/apps/gcf/api/gift\_card/{gift\_card\_id}
* GET https\://{store\_name}.myshopify.com/apps/gcf/api/gift\_card?last\_characters={last-characters}\&email={email}
