# Webhooks

These endpoints configure, retrieve and remove webhooks. See <a href="https://developer.token.io/token_rest_api_doc/content/e-rest/api-basics.htm#Webhook" target="_blank">Webhooks</a> for more details.

## Set webhook config

 - [PUT /webhook/config](https://docs.token.io/products/tpp/api/reference/webhooks/gatewayservice.setwebhookconfig.md): The PUT /webhook/config endpoint sets the webhook configuration.

## Get webhook config

 - [GET /webhook/config](https://docs.token.io/products/tpp/api/reference/webhooks/gatewayservice.getwebhookconfig.md): The GET /webhook/config endpoint retrieves the webhook configuration.

## Delete webhook config

 - [DELETE /webhook/config](https://docs.token.io/products/tpp/api/reference/webhooks/gatewayservice.deletewebhookconfig.md): The DELETE /webhook/config endpoint deletes the webhook configuration.

