Skip to main content
POST
Track External URLs

Body

application/json
website_id
string
required

The website to track the URLs on.

urls
object[]
required

Pages to track. A bare domain path like acme.com/blog/post is fine; the protocol is stripped on store.

Required array length: 1 - 500 elements
sheet_id
string | null

Content Hub tab to file the new rows under. View-type tabs resolve to the main pool (null).

Response

Created. Also returned when every URL was already tracked (idempotent success with created_count 0).

success
boolean
required
created_count
number
required
skipped_count
number
required
created
object[]
required
skipped
object[]
required