Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

CTWA attribution and CAPI summary stats

GET/v1/ctwa/stats
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
attributed_conversationsinteger<int64>required
capi_by_statusobjectrequired
sent_purchase_valuestring
top_source_idsSourceCountDTO[] | nullrequired
Show properties
Array of SourceCountDTO
countinteger<int64>required
source_idstringrequired
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/ctwa/stats"
Response
{
  "attributed_conversations": 0,
  "capi_by_status": {},
  "sent_purchase_value": "string",
  "top_source_ids": [
    {
      "count": 0,
      "source_id": "string"
    }
  ]
}