# 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}
