Logo
Ecartapi.com Public API Documentation

Get a single Webhoook

GET https://api.ecartapi.com/api/v2/webhooks/{{id}}

Retrieves information of a single webhook from your store

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "webhook": { "id": "5f6ccf9ebdaa1b0004d3185e", "resource": "orders", "action": "create", "url": "https://webhook.site/9fabe058-0fa7-4ee8-8cfd-c7848739ca6a", "name": "ecartapi.com", "active": true, "errors": [ { "statusCode": 500, "error": "We encountered an internal error. Please try again." } ], "createdAt": "2020-09-24T16:55:58.637Z" } }



Curl
curl -X GET 'https://api.ecartapi.com/api/v2/webhooks/id' -H 'Authorization: access_token'

ENDPOINTS