# Webhook APIs

These APIs provides Webhook Managements like creating Webhook, modify, get and delete webhooks.

Version: 0.1

## Servers

Sandbox Server for Webhook API's
```
https://api-sandbox.sendpro360.pitneybowes.com/webhook
```

Production Server for Webhook API's (uses live data)
```
https://api.sendpro360.pitneybowes.com/webhook
```

## Security

### basicAuth

Type: http
Scheme: basic

### bearerAuth

Type: http
Scheme: bearer

## Download OpenAPI description

 - [Webhook APIs](https://docs.shipping360.pitneybowes.com/_bundle/openapi/webhook.yaml)

## Webhook

 - [GET /api/v1/events](https://docs.shipping360.pitneybowes.com/openapi/webhook/webhook/getevents.md): This operation gets the events details
 - [POST /api/v1/webhookConfig](https://docs.shipping360.pitneybowes.com/openapi/webhook/webhook/postwebhook.md): Webhook provides the mechanism to push tracking events as they occur. With help of this user would be able to receive events as they are generated and is received to the end user. This operation creat
 - [GET /api/v1/webhookConfig](https://docs.shipping360.pitneybowes.com/openapi/webhook/webhook/getallwebhook.md): This operation gets all the configured webhook and its details.
 - [PUT /api/v1/webhookConfig/{webHookConfigID}](https://docs.shipping360.pitneybowes.com/openapi/webhook/webhook/putwebhook.md): This operation updates the webhook details
 - [GET /api/v1/webhookConfig/{webHookConfigID}](https://docs.shipping360.pitneybowes.com/openapi/webhook/webhook/getwebhook.md): This operation gets the webhook details
 - [DELETE /api/v1/webhookConfig/{webHookConfigID}](https://docs.shipping360.pitneybowes.com/openapi/webhook/webhook/deletewebhook.md): This operation delete the webhook
