POST
/
sources
/
{source_id}
/
refresh_tables
curl --request POST \
  --url https://app.getcensus.com/api/v1/sources/{source_id}/refresh_tables \
  --header 'Authorization: Bearer <token>'
{
  "refresh_key": 1647978948
}

Authorizations

Authorization
string
headerrequired

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

source_id
integer
required

ID of the source to update

Response

200 - application/json
refresh_key
integer

They key that can be used to check the status of the refresh job.