aid_source_hooks_hid_ping_post
Webhooks
Subscription ping
This will trigger a ping event to be sent to the subscription URL.
Ping Event Payload
POST /
User-Agent: Dintero-Hook/0c9ad03b
Content-Type: application/json
event: ping
event-delivery: cfedde7e-b088-415e-ad5b-cbe54acbb6f9
{
"created_at": "2017-12-06T15:36:43Z",
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"id": "string",
"updated_at": "2017-12-06T15:36:43Z",
"active": true,
"config": {
"content_type": "application/json",
"insecure_ssl": 0,
"secret": { ... }
"url": "string"
},
"events": ["receipt_add"]
}
POST
aid_source_hooks_hid_ping_post
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
Required string length:
9subscription id
Response
No Content
Last modified on June 1, 2026