Retrieves the collection of Webhook resources.
Webhook collection
[- {
- "uuid": "string",
- "event": "connect",
- "targetUrl": "string",
- "authenticationType": "string",
- "authenticationKey": "string",
- "authenticationToken": "string"
}
]
Creates a Webhook resource.
Webhook resource created
Invalid input
Unprocessable entity
{- "event": "connect",
- "authenticationType": "query",
- "authenticationKey": "string",
- "authenticationToken": "string"
}
{- "uuid": "string",
- "event": "connect",
- "targetUrl": "string",
- "authenticationType": "string",
- "authenticationKey": "string",
- "authenticationToken": "string"
}
Retrieves a Webhook resource.
Webhook resource
Resource not found
{- "uuid": "string",
- "event": "connect",
- "targetUrl": "string",
- "authenticationType": "string",
- "authenticationKey": "string",
- "authenticationToken": "string"
}
Replaces the Webhook resource.
Webhook resource updated
Invalid input
Resource not found
Unprocessable entity
{- "event": "connect",
- "authenticationType": "query",
- "authenticationKey": "string",
- "authenticationToken": "string"
}
{- "uuid": "string",
- "event": "connect",
- "targetUrl": "string",
- "authenticationType": "string",
- "authenticationKey": "string",
- "authenticationToken": "string"
}