Skip to main content

Webhooks

GET Particular Webhook Subscription for Merchant

You can set up multiple webhook subscriptions within the AndDone platform. If you want to get the details on a specific webhook subscription, then you can find it using the Get Particular Webhook Subscription for Merchant API.

You can set up multiple webhook subscriptions within the AndDone platform. If you want to get the details on a specific webhook subscription, then you can find it using the Get Particular Webhook Subscription for Merchant API.

API Endpoint
https://api.uat.anddone.com/merchants/{merchantId}/webhooks/{id}

This API is used to get a specific webhook subscription for a merchant.

API Data Details
URI merchants/{merchantId}/webhooks/{id}
Method GET
Authorization Bearer Token Authorization
Authorization
Token {{token}}

Path Parameters

Parameter Description
parentId A unique identifier for the merchant. It is used to fetch all webhook subscriptions associated with that specific merchant.
id A unique identifier for a specific webhook subscription within the AndDone platform associated with the merchant. It is used to fetch the details of that particular webhook subscription.

Body Response Example (JSON)