Home » API Documentations » OMS APIs » Webhooks » Webhooks API Rest v2

Webhooks API Rest v2

Base

http://<integration>.shipedge.com/API/Rest/v2/Webhooks

 

Ping

Ping to check the system status.

POST /ping

 

Request

{
  "account_id": 1,
  "key": "123456789",
  "warehouse": "ncx"
}

 

Parameters

ParameterTypeDescription
usernamevarcharAdmin username
account_id (*)intYour account ID
key (*)varchar Your API Key
warehouse (*)varcharWarehouse name

 

Get webhooks

Gets the collection of webhooks. Returns all the webhooks in oms account.

In this Documentation