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
| Parameter | Type | Description |
| username | varchar | Admin username |
| account_id (*) | int | Your account ID |
| key (*) | varchar | Your API Key |
| warehouse (*) | varchar | Warehouse name |
Get webhooks
Gets the collection of webhooks. Returns all the webhooks in oms account.