# Building a RESTful CRUD Web Service

In this guide, we will use Integration Gateway to create custom web service endpoints and its vault functionality as an underlying data store for retrieving, adding, updating, and deleting data when these endpoints are executed.&#x20;

{% hint style="info" %}
To help you follow this guide, you can download the JSON export of the integrations that are setup here and import the file into your own Integration Gateway environment.

{% file src="<https://688288018-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1flQ2To8tQpCQWl2Ty9U%2Fuploads%2FcbQejHmYNta5oySD5usu%2FbuildExport.json?alt=media&token=37f28d96-e347-48e2-ac65-a844179d7ee2>" %}
{% endhint %}

### Integration

{% content-ref url="building-a-restful-crud-web-service/1.-integration-setup" %}
[1.-integration-setup](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/1.-integration-setup)
{% endcontent-ref %}

### Vault

{% content-ref url="building-a-restful-crud-web-service/2.-vault-setup" %}
[2.-vault-setup](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/2.-vault-setup)
{% endcontent-ref %}

### RESTful CRUD Web Services using Vault

{% content-ref url="building-a-restful-crud-web-service/3.-create-web-service-endpoints" %}
[3.-create-web-service-endpoints](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/3.-create-web-service-endpoints)
{% endcontent-ref %}

{% content-ref url="building-a-restful-crud-web-service/4.-execute-web-service-endpoints-with-vault-methods" %}
[4.-execute-web-service-endpoints-with-vault-methods](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/4.-execute-web-service-endpoints-with-vault-methods)
{% endcontent-ref %}

### Code Examples and Explanation

{% content-ref url="building-a-restful-crud-web-service/5.-vault-code-examples-and-explanation" %}
[5.-vault-code-examples-and-explanation](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/5.-vault-code-examples-and-explanation)
{% endcontent-ref %}
