GET
/
webhooks
/
{id}
curl --request GET \
  --url https://commerce.driv.ly/api/webhooks/{id}
{
  "data": {
    "id": "<string>",
    "method": "<string>",
    "url": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

Webhook is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

200
application/json

Webhook Found

The response is of type object.