+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Get a webhook

Sie sind hier:

 

Get a webhook

GET https://api.maileon.com/partner/settings/webhooks/{id}?key={key}&nl_account_id={newsletterAccountId}

Parameters:
– key: apikey
– newsletterAccountId: int // the id of the newsletter account
– id:int // the id of the webhook to retrieve

Example response:

{
"event": "doi",
"id": 2,
"url": "http://xqueue.com/someWebhookForDoi",
"urlParams": [
{
"customContactField": 3,
"name": "test"
}
]
}

Response codes:
– 200 OK
– 404 Not found

Inhaltsverzeichnis