Skip to main content
GET
/
webhooks
/
{webhookId}
Get webhook details
curl --request GET \
  --url https://api.lettermint.co/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookId
string
required

Response

200 - application/json

WebhookData

  • Option 1
  • WebhookData

The response is of type object.