Skip to main content
GET
View campaign delivery results
Reading a summary does not send another message. Provide a campaign UUID that belongs to the authenticated account.

Authorizations

Authorization
string
header
required

A UI-generated Phonovation Personal Access Token (PAT) is the recommended option for most integrations. OAuth/OIDC JWT access tokens are also accepted when an OAuth lifecycle is required.

Send either token as:

Authorization: Bearer <token>

PAT values begin with phv_pat_. Generate a PAT once in the Phonovation UI, store it securely, and reuse it across requests. You do not need to generate or refresh a token for every SMS. Preserve the exact casing in Bearer phv_pat_....

Path Parameters

id
string<uuid>
required

The public UUID returned when the campaign request was accepted.

Response

The latest campaign delivery totals.

At-a-glance delivery totals for a campaign that has been marked ready.

totalSent
integer<int32>
required

Number of accepted recipients recorded when the campaign was marked ready.

Example:

100

delivered
integer<int32>
required

Receipts with a parsed status beginning with DELIV.

Example:

92

undelivered
integer<int32>
required

Processed receipts that are not classified as delivered.

Example:

3

pending
integer<int32>
required

Accepted recipients with no processed delivered or undelivered receipt yet.

Example:

5