Content Updates

List Content Updates

post

Track content updates.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired

The Brand Kit ID

Body
workspace_idintegerOptional

ID of the workspace to retrieve results from. If not provided, returns results from all workspaces the user belongs to.

brand_kit_idintegerOptional

Optional Brand Kit ID to filter content updates by

sortstring · enumOptional

Sort field. Prefix with - for descending.

Available sort fields:

  • created_at/-created_at: Sort by creation date
  • updated_at/-updated_at: Sort by last update date
  • url/-url: Sort alphabetically by URL
Default: -created_atPossible values:
pageintegerOptional

Page number

Default: 1
per_pageinteger · max: 100Optional

Items per page

Default: 25
Responses
post
/public_api/brand_kits/{brand_kit_id}/content_updates/list

Create Content Updates

post

Track content updates.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired

The Brand Kit ID

Body
urlstring · max: 512Required

The page URL to track

typestring · enumRequired

Type of content update

Possible values:
Responses
chevron-right
201

Successful response

application/json
post
/public_api/brand_kits/{brand_kit_id}/content_updates

Get Content Update

get

Track content updates.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired

The Brand Kit ID

idintegerRequired

The resource ID

Responses
get
/public_api/brand_kits/{brand_kit_id}/content_updates/{id}

Destroy Content Updates

delete

Track content updates.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired

The Brand Kit ID

idintegerRequired

The resource ID

Responses
delete
/public_api/brand_kits/{brand_kit_id}/content_updates/{id}

No content

Last updated

Was this helpful?