List ad conversion sinks (TikTok, Google Ads)
GET
/v1/ctwa/ad-sinksAuthorization
bearerAuthbearerAuthrequiredor
apiKeyAuthapiKeyAuthrequiredResponses
200OK
itemsAdSinkConnectionDTO[] | nullrequiredShow propertiesHide properties
Array of
AdSinkConnectionDTOconfiganyrequiredcreated_atstringenabledbooleanrequiredhas_credentialsbooleanrequiredsinkstringrequiredtest_mode_codestringupdated_atstring401Unauthorized
errorErrorBodyrequiredShow propertiesHide properties
codestringrequireddetailsErrorDetail[] | nullShow propertiesHide properties
Array of
ErrorDetailcodestringfieldstringlocationstringmessagestringrequiredmessagestringrequiredrequest_idstring403Forbidden
errorErrorBodyrequiredShow propertiesHide properties
codestringrequireddetailsErrorDetail[] | nullShow propertiesHide properties
Array of
ErrorDetailcodestringfieldstringlocationstringmessagestringrequiredmessagestringrequiredrequest_idstring500Internal Server Error
errorErrorBodyrequiredShow propertiesHide properties
codestringrequireddetailsErrorDetail[] | nullShow propertiesHide properties
Array of
ErrorDetailcodestringfieldstringlocationstringmessagestringrequiredmessagestringrequiredrequest_idstringRequest
curl -X GET "/v1/ctwa/ad-sinks"const response = await fetch("/v1/ctwa/ad-sinks", {
method: "GET"
});import requests
response = requests.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"
}
]
}{
"error": {
"code": "string",
"details": [
{
"code": "string",
"field": "string",
"location": "string",
"message": "string"
}
],
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "string",
"details": [
{
"code": "string",
"field": "string",
"location": "string",
"message": "string"
}
],
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "string",
"details": [
{
"code": "string",
"field": "string",
"location": "string",
"message": "string"
}
],
"message": "string",
"request_id": "string"
}
}