curl --request GET \
--url https://api.lettermint.co/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"route_id": "<string>",
"name": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"enabled": true,
"last_called_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"secret": "<string>"
}Returns full webhook information including recent deliveries.
curl --request GET \
--url https://api.lettermint.co/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"route_id": "<string>",
"name": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"enabled": true,
"last_called_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"secret": "<string>"
}Team API token. Find this in your team settings.