API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
Webhook
Get webhook result
Get webhook result
Required permissions:webhook:read
GET
/
webhook-results
/
{id}
curl -X GET \
/webhook-results/{id} \
--header "Authorization: Bearer <token>"
{
"id": "ad8b3b9d-5b1a-4e1a-8b3b-9d5b1a4e1a8b",
"requestId": "<string>",
"method": "<string>",
"url": "<string>",
"httpOptions": [
"<string>"
],
"request": [
"<string>"
],
"response": [
"<string>"
],
"throwable": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"attempted": true,
"successful": true
}
Authorizations
Value for the Authorization header parameter.
Path Parameters
WebhookResult identifier
Response
200
application/json
WebhookResult resource
Was this page helpful?
curl -X GET \
/webhook-results/{id} \
--header "Authorization: Bearer <token>"
{
"id": "ad8b3b9d-5b1a-4e1a-8b3b-9d5b1a4e1a8b",
"requestId": "<string>",
"method": "<string>",
"url": "<string>",
"httpOptions": [
"<string>"
],
"request": [
"<string>"
],
"response": [
"<string>"
],
"throwable": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"attempted": true,
"successful": true
}
Assistant
Responses are generated using AI and may contain mistakes.