Capacity and lookup
Look up a campaign call
Resolve a call UUID to its campaign and contact, and confirm that a campaign owns a given call.
GET
Look up a campaign call
Authentication required
X-Auth-ID— your Vobiz account IDX-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
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.