# Emerge Webhooks API

**Canonical:** https://apis.io/apis/emerge/emerge-webhooks-api/  
**Provider:** Emerge — https://apis.io/providers/emerge/  
**Base URL:** https://api.emergemarket.io/v1  
**Documentation:** https://api-docs.emergemarket.io/

Emerge Webhooks API is one of 9 APIs that [Emerge](https://apis.io/providers/emerge/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

Webhooks are used to provide updates to the TMS when award or option events are generated within the Emerge system. </br></br>If our webhook message cannot be accepted by the webhook endpoint due to network failures, server errors, or request timeouts we will attempt delivering the message again. We will retry sending the message 6 times with varying gaps of time. See table below: <table> <tr> <th>Retry Count</th> <th>Time</th> </tr> <tr> <td>1</td> <td>1 second from initial attempt</td> </tr> <tr> <td>2</td> <td>4 seconds from first attempt</td> </tr> <tr> <td>3</td> <td>9 seconds from second attempt</td> </tr> <tr> <td>4</td> <td>16 seconds from third attempt</td> </tr> <tr> <td>5</td> <td>25 seconds from fourth attempt</td> </tr> <tr> <td>6</td> <td>36 seconds from fifth attempt</td> </tr> </table>

## Operations (5)

| Method | Path | Summary |
|---|---|---|
| POST | `/webhooks` | Create a new webhook. |
| GET | `/webhooks` | Get a list of all webhooks. |
| GET | `/webhooks/{webhook_id}` | Get the details of a webhook by Id. |
| PUT | `/webhooks/{webhook_id}` | Update an existing webhook. |
| DELETE | `/webhooks/{webhook_id}` | Delete a webhook. |

## Machine-readable artifacts (15)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/emerge/refs/heads/main/openapi/emerge-webhooks-api-openapi.yml
- **Documentation** — https://api-docs.emergemarket.io/
- **APIReference** — https://api-docs.emergemarket.io/
- **GettingStarted** — https://api-docs.emergemarket.io/#section/Get-Started
- **Authentication** — https://raw.githubusercontent.com/api-evangelist/emerge/refs/heads/main/authentication/emerge-authentication.yml
- **Webhooks** — https://raw.githubusercontent.com/api-evangelist/emerge/refs/heads/main/asyncapi/emerge-webhooks.yml
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/emerge/refs/heads/main/errors/emerge-problem-types.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/emerge/refs/heads/main/data-model/emerge-data-model.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/emerge/refs/heads/main/rate-limits/emerge-rate-limits.yml
- **Sandbox** — https://raw.githubusercontent.com/api-evangelist/emerge/refs/heads/main/sandbox/emerge-sandbox.yml
- **TermsOfService** — https://www.emergemarket.com/legal/api-terms-of-use
- **Documentation** — https://carrier-api-docs.emergemarket.io/
- **APIReference** — https://carrier-api-docs.emergemarket.io/
- **GettingStarted** — https://carrier-api-docs.emergemarket.io/#section/Get-Started
- **SignUp** — https://emergetech.zendesk.com/hc/en-us/requests/new?ticket_form_id=11470751569179

## Other Emerge APIs (8)

- [Emerge Authentication API](https://apis.io/apis/emerge/emerge-authentication-api/)
- [Emerge Awards API](https://apis.io/apis/emerge/emerge-awards-api/)
- [Emerge Network Partners API](https://apis.io/apis/emerge/emerge-network-partners-api/)
- [Emerge Opportunities API](https://apis.io/apis/emerge/emerge-opportunities-api/)
- [Emerge Options API](https://apis.io/apis/emerge/emerge-options-api/)
- [Emerge Shipments API](https://apis.io/apis/emerge/emerge-shipments-api/)
- [Emerge Tender API](https://apis.io/apis/emerge/emerge-tender-api/)
- [Emerge Tenders API](https://apis.io/apis/emerge/emerge-tenders-api/)

## Tags

Webhook

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/emerge/emerge-webhooks-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/emerge/.
