Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

URL parameter templates for Google/Meta/TikTok click ids

GET/v1/ctwa/tracking-hints
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
google_final_url_suffixstringrequired
meta_url_parametersstringrequired
notesstringrequired
tiktok_url_parametersstringrequired
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/tracking-hints"
Response
{
  "google_final_url_suffix": "string",
  "meta_url_parameters": "string",
  "notes": "string",
  "tiktok_url_parameters": "string"
}