Get Webhook Addresses for Webhook Id
GET/webhook/addresses/:webhookId
Get all the addresses associated with a webhook
Request
Path Parameters
webhookId stringrequired
Example: 62d3f2aa15a8393bd802c313
Query Parameters
apiKey stringrequired
Example: {{publicKey}}
Header Parameters
API-SECRET stringrequired
Example: {{secretKey}}
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
_id string
webhookId string
address string
__v number
createdAt string
updatedAt string
[
null
]
Loading...