Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
WebhookData
- Option 1
- WebhookData
The response is of type object.
curl --request GET \
--url https://api.lettermint.co/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>'{}Returns full webhook information including recent deliveries.
curl --request GET \
--url https://api.lettermint.co/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
WebhookData
The response is of type object.