GET
Campaign Delivery Logs
Inspect message-by-message delivery status, timestamps, and error codes for a campaign.
HTTP Endpoint
GEThttps://api-wa.hidessh.com/api/v1/campaigns/logs
Authentication
This endpoint requires Bearer authentication via your secret API Key.
| Header Key | Value | Required |
|---|---|---|
| Authorization | Bearer <your_api_key> | Required |
| Content-Type | application/json | Required |
Request Parameters
The request body must be formatted as JSON with the following parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
campaign_id | string | Required | ULID of the campaign. example: 01M1CP001 |
Code Examples
request.sh
curl -X GET "https://api-wa.hidessh.com/api/v1/campaigns/logs?campaign_id=01M1CP001" \
-H "Authorization: Bearer YOUR_API_KEY"Response Formats
Delivery log items.
application/json • 200 OK
On this page