Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List ad conversion sinks (TikTok, Google Ads)

GET/v1/ctwa/ad-sinks
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
itemsAdSinkConnectionDTO[] | nullrequired
Show properties
Array of AdSinkConnectionDTO
configanyrequired
created_atstring
enabledbooleanrequired
has_credentialsbooleanrequired
sinkstringrequired
test_mode_codestring
updated_atstring
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/ad-sinks"
Response
{
  "items": [
    {
      "config": "string",
      "created_at": "string",
      "enabled": true,
      "has_credentials": true,
      "sink": "string",
      "test_mode_code": "string",
      "updated_at": "string"
    }
  ]
}