Skip to main content
Skip table of contents

Detail of Webhook

Get Webhook

Retrieve details of a Webhook using its unique ID.

To obtain a specific ID, use the POST /api/eshop-webhook/list endpoint.

 

Request structure

Endpoint:

GET /api/eshop-webhook/{id}

URL (prod):

https://app.mailship.eu/api/product/{id}

Headers:

CODE
Authorization: Bearer YOUR_ACCESS_TOKEN
Accept: application/json

Request body:

None (this request does not require a body).

Request Example (cURL):

CODE
curl --location 'https://app.mailship.eu/api/eshop-webhook/a7b296f3-6287-47b6-8565-1a931c5d616f' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'

Path parameter:

Parameter

Type

Required

Description

id

string

The unique webhook identifier. Example: 8235e453-c520-47e6-b36c-67a93ecbbf8f

 

Response

If successful, the API returns the webhook entity matching the specified ID in JSON format.

See more details in the API Doc.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.