
POST http://webapi.mymarketing.co.il/api/webhooks/{id}/Test
Send a test request for a given Webhook
Request Information
URI Parameters
Name
Description
Type
Additional information
id
Webhook id
integer
Required
Body Parameters
None.
Response Information
Resource Description
Name
Description
Type
Additional information
status_code
integer
status_name
string
response_message
string
Response Formats
application/json, text/json
Sample:
{ "status_code": 1, "status_name": "sample string 2", "response_message": "sample string 3" }
application/xml, text/xml
Sample:
<ApiEventTestResultInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StatusCode>1</StatusCode> <StatusName>sample string 2</StatusName> <ResponseMessage>sample string 3</ResponseMessage> </ApiEventTestResultInfo>