Use this endpoint to inspect the webhook configuration currently registered for a merchant. This is useful for confirming which URL will receive event notifications, or for auditing when the webhook was last configured.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
The endpoint path is
/weebhook/{merchantID} — note the double ‘e’. Use this exact path in your requests.This endpoint requires Bearer token authentication. API key authentication is not accepted.
Path parameters
The UUID of the merchant whose webhook configuration you want to retrieve.
Response
Returns a200 OK with the webhook configuration object on success.
The HTTPS URL registered to receive webhook event payloads.
ISO 8601 timestamp of when the webhook was last created or updated.