Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Re-queue a failed CTWA CAPI event for delivery

POST/v1/ctwa/capi-event-logs/{logID}/retry
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
logIDstringrequired
Responses
200OK
contact_idstring
conversation_idstring
created_atstringrequired
ctwa_clidstring
currencystring
dedupe_keystringrequired
error_messagestring
event_idstringrequired
idstringrequired
meta_event_namestringrequired
rule_idstring
signal_typestringrequired
statusstringrequired
value_amountstring
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
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
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
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 POST "/v1/ctwa/capi-event-logs/string/retry"
Response
{
  "contact_id": "string",
  "conversation_id": "string",
  "created_at": "string",
  "ctwa_clid": "string",
  "currency": "string",
  "dedupe_key": "string",
  "error_message": "string",
  "event_id": "string",
  "id": "string",
  "meta_event_name": "string",
  "rule_id": "string",
  "signal_type": "string",
  "status": "string",
  "value_amount": "string"
}