Skip to main content
GET
Look up a campaign call
Resolves a call UUID to its campaign and contact. Use it to confirm that a campaign owns a given call before acting on a CDR or webhook.
Authentication required
  • X-Auth-ID — your Vobiz account ID
  • X-Auth-Token — your Vobiz auth token
string
required
Your Vobiz account ID. Use the same value in X-Auth-ID.
string
required
Your Vobiz account ID, for example MA_XXXXXXXX.
string
required
The campaign expected to own the call.
string
required
The call UUID, as returned by List call attempts, a CDR record, or a campaign webhook.

Example

cURL
A call that does not belong to the campaign, or to the authenticated account, returns 404.
The Vobiz CDR pipeline uses an internal equivalent of this route, GET /internal/call-lookup/{call_uuid}, which is authenticated with X-Internal-Key and is not reachable through the public gateway. See Authentication.