List Webhooks
GET
/v1/webhooks/subscribeRequest
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
FetchWebhooks(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
id
integer
required
store_id
integer
required
url
string
required
event
string
required
created_at
string
required
updated_at
string
required
ExampleFetchWebhooks
[
{
"id": 15,
"store_id": 316903,
"url": "https://eoppa0n672s2noz.m.pipedream.net",
"event": "order_notify",
"created_at": "2022-07-08T12:50:00.000000Z",
"updated_at": "2022-07-08T12:50:00.000000Z"
},
{
"id": 16,
"store_id": 316903,
"url": "https://webhook.site/7633d701-556a-4dbb-99c7-ab8a089b0b09",
"event": "shipment_notify",
"created_at": "2022-07-08T08:01:15.000000Z",
"updated_at": "2022-07-08T08:01:15.000000Z"
}
]
Last modified: 5 months ago