cURL
curl --request POST \ --url https://app.getcensus.com/api/v1/sources/{source_id}/tables/{table_id}/refresh_columns \ --header 'Authorization: Bearer <token>'
{ "refresh_key": 1647978948 }
This endpoint queues a job to refresh the list of columns for a table.
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
ID of the source
ID of the table
Successfully enqueued the column refresh job.
The response is of type object.
object
Was this page helpful?